DataSetRun.getRowIndexFromRowHierarchyId Method
Gets the row index on a data source by using a row hierarchy ID.
Syntax
public int getRowIndexFromRowHierarchyId(str dataSourceName, anytype id)
Run On
Client
Parameters
- dataSourceName
Type: str
The data source name.
- id
Type: anytype
The row hierarchy ID.
Return Value
Type: int
The row index.