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()
public ArrayList GetChildSheets()
See Also