Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpreadTreeHelper Class / GetChildIndex Method / GetChildIndex(TabStrip,Int32) Method
The tab strip.


In This Topic
    GetChildIndex(TabStrip,Int32) Method
    In This Topic
    Gets the order of a sheet tab element inside the tab strip.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetChildIndex( _
       ByVal tabStrip As TabStrip, _
       ByVal sheetIndex As Integer _
    ) As Integer
    'Usage
     
    
    Dim tabStrip As TabStrip
    Dim sheetIndex As Integer
    Dim value As Integer
     
    value = FpSpreadTreeHelper.GetChildIndex(tabStrip, sheetIndex)
    public static int GetChildIndex( 
       TabStrip tabStrip,
       int sheetIndex
    )

    Parameters

    tabStrip
    The tab strip.
    sheetIndex

    Return Value

    The order of element.
    See Also