SMART datagrid v.1 > Classes > TreeDataRow
DataLudi.TreeDataRow.indexOf method
If the data row specified by parameter child is the child of this row, it will return the corresponding location.
If not child row, it will return -1.
function indexOf (childRow: TreeDataRow): TreeDataRow;
- Returns
- TreeDataRow
- Parameters
- childRow - TreeDataRow. required.
- See Also
- index
- children
- Tree Overview
- Examples
- Hello Tree