Finds the first row whose header caption matches the specified string.
Namespace: MindFusion.Diagramming.Lanes
File: Grid.js
SyntaxJavaScript
Copy Code
|
|---|
function findRow (title) |
String. A string containing the header title to look for.
Returns the first row Header that has the specified caption.
See Also