Returns the 0-based index of the specified column.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public int GetColumnIndex ( |
Visual Basic
Copy Code
|
|---|
Public Function GetColumnIndex( _ |
The index of column, or -1 if the specified header represents a row or a group of child columns.
RemarksOnly works for bottommost headers. If the specified column is a group header, returns -1.
See Also