Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetChildWorkbooks Method


In This Topic
    GetChildWorkbooks Method
    In This Topic
    Gets all child views (SpreadView objects) that have been created.
    Syntax
    'Declaration
     
    
    Public Function GetChildWorkbooks() As ArrayList
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As ArrayList
     
    value = instance.GetChildWorkbooks()
    public ArrayList GetChildWorkbooks()
    See Also