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


In This Topic
Type Property (WorksheetView)
In This Topic
Gets or sets the type of this view.
Syntax
'Declaration
 
Public Property Type As SheetViewType
 
'Usage
 
Dim instance As WorksheetView
Dim value As SheetViewType
 
instance.Type = value
 
value = instance.Type

Property Value

A SheetViewType value represents the type of this view.
See Also