SMART datagrid v.1 > Classes > GroupRow
DataLudi.GroupRow.indexOf method
パラメーターrowで指定したグリッド行がこのグループ行の子行ならその位置をリターンする。
でなければ-1をリターンする。
function indexOf (item: GridRow): Integer;
- Returns
- Integer
- Parameters
- item - GridRow. required.
- See Also
- count
- children
- descendantCount
- getDescendants
- Examples
- Row Grouping
- 併合モードグルーピング