Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Options Property


In This Topic
    Options Property (IWorksheet)
    In This Topic
    Gets the WorksheetOptions object that represents all options of the IWorksheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property Options As WorksheetOptions
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As WorksheetOptions
     
    value = instance.Options
    WorksheetOptions Options {get;}
    See Also