CustomPalettesCollectionIndexOf Method |
Returns the index of the specified palette item.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int IndexOf(
string paletteName
)
Public Function IndexOf (
paletteName As String
) As Integer
public:
int IndexOf(
String^ paletteName
)
member IndexOf :
paletteName : string -> int
Parameters
- paletteName
- Type: SystemString
Name of palette
Return Value
Type:
Int32Index of the specified palette item
See Also