Search
Grid.FindColumn Method
See Also
 





Returns the first column header matching the specified caption.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Header FindColumn (
    string title
)

Visual Basic  Copy Code

Public Function FindColumn( _
    title As String _
) As Header

 Parameters

title
A string containing the header title to look for.

 Return Value

Returns the first column Header that has the specified caption.

 See Also