FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / C1FlexSheet Class / UnGroupRows Method

In This Topic
    UnGroupRows Method
    In This Topic
    Ungroup rows and create an outline.
    Syntax
    'Declaration
     
    
    Public Sub UnGroupRows( _
       Optional ByVal range As Nullable(Of CellRange) _
    ) 
    public void UnGroupRows( 
       Nullable<CellRange> range
    )

    Parameters

    range
    See Also