Initializing help system before first use

getIndex Method

Get the index number of an index.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public int getIndex(
	string text
)

Parameters

text
Type:  SystemString
The name of an index in the set.

Return Value

Type:  Int32
The integer sequence number of the index within the set, or -1 if it is not contained.
Examples
xbsetops.cs in the Introductory Examples folder. foliodata.cs and xbexpl2.cs in the User's Guide Examples folder.
See Also