Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Options Property


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