Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / View Property


In This Topic
View Property (SheetView)
In This Topic
Get or set the view type of a SheetView.
Syntax
'Declaration
 
Public Property View As SheetViewType
 
'Usage
 
Dim instance As SheetView
Dim value As SheetViewType
 
instance.View = value
 
value = instance.View
See Also