DroidDiagram Programmer's Guide
Grid.findRow Method
See Also
 






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

Namespace: com.mindfusion.diagramming.lanes
Package: com.mindfusion.diagramming.lanes

 Syntax

Java  Copy Code

public Header findRow (
    String title
)

 Parameters

title

A string containing the header title to look for.

 Return Value

Returns the first row Header that has the specified caption.

 See Also

Grid Members
Grid Class
com.mindfusion.diagramming.lanes Namespace