Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / RangeGroup Class / Find(Int32,Int32) Method
The index of the row or column.
The level of the outline (range group).


In This Topic
    Find(Int32,Int32) Method
    In This Topic
    Gets the outline (range group) with a specified group level and row or column index.
    Syntax
    'Declaration
     
    Public Function Find( _
       ByVal index As Integer, _
       ByVal level As Integer _
    ) As RangeGroupInfo
    'Usage
     
    Dim instance As RangeGroup
    Dim index As Integer
    Dim level As Integer
    Dim value As RangeGroupInfo
     
    value = instance.Find(index, level)
    public RangeGroupInfo Find( 
       int index,
       int level
    )

    Parameters

    index
    The index of the row or column.
    level
    The level of the outline (range group).

    Return Value

    Returns the specified range group.
    See Also