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





Returns the 0-based index of the specified column.

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

 Syntax

C#  Copy Code

public int GetColumnIndex (
    Header column
)

Visual Basic  Copy Code

Public Function GetColumnIndex( _
    column As Header _
) As Integer

 Parameters

column
A Header instance that represents a grid column.

 Return Value

The index of column, or -1 if the specified header represents a row or a group of child columns.

 Remarks

Only works for bottommost headers. If the specified column is a group header, returns -1.

 See Also

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