Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpreadTreeHelper Class / GetOutlineGroups Method
The FpSpread control.
An integer value indicates the viewport pane.
true to return the rectangle of row outline; otherwise, returns the rectangle of column outline.


In This Topic
    GetOutlineGroups Method
    In This Topic
    Gets information of collapse/expand outline buttons.
    Syntax
    'Declaration
     
    
    Public Shared Function GetOutlineGroups( _
       ByVal spread As FpSpread, _
       ByVal pane As Integer, _
       ByVal isRowOutline As Boolean _
    ) As List(Of Tuple(Of Integer,Integer,Integer,Boolean,Rectangle))
    'Usage
     
    
    Dim spread As FpSpread
    Dim pane As Integer
    Dim isRowOutline As Boolean
    Dim value As List(Of Tuple(Of Integer,Integer,Integer,Boolean,Rectangle))
     
    value = FpSpreadTreeHelper.GetOutlineGroups(spread, pane, isRowOutline)

    Parameters

    spread
    The FpSpread control.
    pane
    An integer value indicates the viewport pane.
    isRowOutline
    true to return the rectangle of row outline; otherwise, returns the rectangle of column outline.

    Return Value

    An array of items that represents information of the outline group in order: start, end, level, collapse state, boundary.
    See Also