MindFusion.Wpf Pack Programmer's Guide
Grid.GetRow Method
See Also
 





Returns the row header with the specified index from the bottommost row header level.

Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Header GetRow (
    int index
)

Visual Basic  Copy Code

Public Function GetRow( _
    index As Integer _
) As Header

 Parameters

index

An integer value specifying the row index.

 Return Value

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.

 See Also

Grid Members
Grid Class
MindFusion.Diagramming.Wpf.Lanes Namespace