ValueTreeColumnCollection.IndexOf
Syntax:
Parameters:
<Column> (required)
The column for which an index is needed.
Returned value:
Index of a specified column in the collection. If none is found, returns -1.
Description:
Availability:
Example:
CurColumnIndex = ContentColumns.IndexOf(CurrentColumn); |