GrapeCity.Xaml.SpreadSheet.Data
IndexOf(String) Method


GrapeCity.Xaml.SpreadSheet.Data Namespace > SpreadThemes Class > IndexOf Method : IndexOf(String) Method
Name of the theme.
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

Reference

SpreadThemes Class
SpreadThemes Members
Overload List