Search
Grid.findColumn Method
See Also
 





Finds the first column whose header caption matches the specified string.

Namespace: MindFusion.Diagramming.Lanes
File: Grid.js

 Syntax

JavaScript  Copy Code

function findColumn (title)

 Parameters

title

String. A string containing the header title to look for.

 Return Value

Returns the first column Header that has the specified caption.

 See Also