Returns the 0-based index of the specified row. Only works for bottommost headers. If the specified row is a group header, returns -1;
Namespace: MindFusion.Diagramming.Lanes
File: Grid.js
JavaScript Copy Code |
---|
function getRowIndex (row) |
Lanes.Header. A Header instance that represents a grid row.
Number. The index of row, or -1 if the specified header represents a column or a group of child rows.