Returns the column header with the specified index from the bottommost column header level.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public Header GetColumn ( |
Visual Basic Copy Code |
---|
Public Function GetColumn ( _ |
An integer value specifying the column index.
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.