Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Type Property


In This Topic
Type Property (Worksheet)
In This Topic
Gets the worksheet type.
Syntax
'Declaration
 
Public ReadOnly Property Type As WorksheetType
 
'Usage
 
Dim instance As Worksheet
Dim value As WorksheetType
 
value = instance.Type

Property Value

Returns a WorksheetType value represents the worksheet type.
See Also