FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / SheetCollection Class / IndexOf Method / IndexOf(String) Method

In This Topic
    IndexOf(String) Method
    In This Topic
    Gets the index of the sheet with a given name.
    Syntax
    'Declaration
     
    
    Public Overloads Function IndexOf( _
       ByVal sheetName As String _
    ) As Integer
    public int IndexOf( 
       string sheetName
    )

    Parameters

    sheetName
    See Also