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


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

    Property Value

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