Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRangeGroupModel3 Interface / Expands Method


In This Topic
    Expands Method (IRangeGroupModel3)
    In This Topic
    Expands an outline (range group) at a specified index.
    Syntax
    'Declaration
     
    
    Sub Expands( _
       ByVal index As Integer, _
       ByVal isRowGroup As Boolean, _
       ByVal expand As Boolean _
    ) 
    'Usage
     
    
    Dim instance As IRangeGroupModel3
    Dim index As Integer
    Dim isRowGroup As Boolean
    Dim expand As Boolean
     
    instance.Expands(index, isRowGroup, expand)
    void Expands( 
       int index,
       bool isRowGroup,
       bool expand
    )

    Parameters

    index
    isRowGroup
    expand
    See Also