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

Property Value

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