Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SubWorksheet Class / SubType Property


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

    Property Value

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