Spread WinForms 15
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

Property Value

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