ValueTreeRowCollection.IndexOf
Syntax:
Parameters:
<Row> (required)
Row for which index is needed.
Returned value:
Index of the indicated row in the collection. If none is found, returns -1.
Description:
Availability:
Example:
CurStringIndex = ContentRows.IndexOf(CurrentRow); |