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


In This Topic
GetChildSheets Method
In This Topic
Gets a list of child sheet views that have been created.
Syntax
'Declaration
 
Public Function GetChildSheets() As ArrayList
 
'Usage
 
Dim instance As SheetView
Dim value As ArrayList
 
value = instance.GetChildSheets()
See Also