Search
Grid.GetColumn Method
See Also
 






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

Namespace: MindFusion.Diagramming.Lanes
Assembly: 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.

 See Also