Returns the row header with the specified index from the bottommost row header level.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public Header GetRow ( |
Visual Basic Copy Code |
---|
Public Function GetRow ( _ |
An integer value specifying the row index.
A Header object representing the row at the specified index. A grid row that contains child rows cannot be accessed by index; only the bottommost child elements in the hierarchy are considered by this method.