Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetRootSheet Method


In This Topic
GetRootSheet Method
In This Topic
Gets the top SheetView object.
Syntax
'Declaration
 
Public Function GetRootSheet() As SheetView
 
'Usage
 
Dim instance As SheetView
Dim value As SheetView
 
value = instance.GetRootSheet()
See Also