Spread Windows Forms 17
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()
    public ArrayList GetChildSheets()
    See Also