Search
Grid.GetColumnCount Method
See Also
 






Returns the number of columns in the bottommost column header level.

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

 Syntax

C#  Copy Code

public int GetColumnCount ()

Visual Basic  Copy Code

Public Function GetColumnCount () As Integer

 Return Value

An integer value.

 See Also