ChartOfAccountsExtDimensionTypes.<Chart of Accounts name>.IndexOf
Syntax:
Parameters:
<Row> (required)
Tabular section row to obtain the index for.
Returned value:
Index of specified tabular section row. If none is found, returns -1.
Description:
Availability:
Example:
CurStringIndex = Content.IndexOf(Controls.Content.CurrentRow); |