Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / SubType Property


In This Topic
    SubType Property (IWorksheet)
    In This Topic
    Gets the worksheet sub-type.
    Syntax
    'Declaration
     
    
    ReadOnly Property SubType As WorksheetSubType
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As WorksheetSubType
     
    value = instance.SubType
    WorksheetSubType SubType {get;}

    Property Value

    Returns a WorksheetSubType value represents the worksheet sub-type.
    See Also