Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadView Class / GetStartIndexToBringTabIntoView Method
Index of the tab.


In This Topic
    GetStartIndexToBringTabIntoView Method
    In This Topic
    Calculates the start index to bring the tab into view.
    Syntax
    'Declaration
     
    Public Function GetStartIndexToBringTabIntoView( _
       ByVal tabIndex As Integer _
    ) As Integer
    'Usage
     
    Dim instance As SpreadView
    Dim tabIndex As Integer
    Dim value As Integer
     
    value = instance.GetStartIndexToBringTabIntoView(tabIndex)
    public int GetStartIndexToBringTabIntoView( 
       int tabIndex
    )

    Parameters

    tabIndex
    Index of the tab.
    See Also