Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadThemes Class / IndexOf Method / IndexOf(String) Method
Name of the theme.


In This Topic
    IndexOf(String) Method
    In This Topic
    Gets the index of the specified theme in the theme collection.
    Syntax
    'Declaration
     
    Public Overloads Function IndexOf( _
       ByVal themeName As String _
    ) As Integer
    'Usage
     
    Dim instance As SpreadThemes
    Dim themeName As String
    Dim value As Integer
     
    value = instance.IndexOf(themeName)
    public int IndexOf( 
       string themeName
    )

    Parameters

    themeName
    Name of the theme.
    See Also