Search
Grid.GetColumn Method
See Also
 





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

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Header GetColumn (
    int index
)

Visual Basic  Copy Code

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

 Parameters

index
An integer value specifying the column index.

 Return Value

A Header object representing the column at the specified index. A grid column that contains child columns cannot be accessed by index; only the bottommost child elements in the hierarchy are considered by this method.

 See Also