Returns the 0-based index of the specified row.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public int GetRowIndex ( |
Visual Basic Copy Code |
---|
Public Function GetRowIndex( _ |
A Header instance that represents a grid row.
The index of row, or -1 if the specified header represents a column or a group of child rows.
Only works for bottommost headers. If the specified row is a group header, returns -1;