Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetSheetView() Method


In This Topic
GetSheetView() Method
In This Topic
Gets the active sheet view.
Syntax
'Declaration
 
Public Function GetSheetView() As SheetView
 
'Usage
 
Dim instance As SpreadView
Dim value As SheetView
 
value = instance.GetSheetView()
See Also