DroidDiagram Programmer's Guide
ComponentBase.setGridRow Method
See Also
 






Sets the index of the grid row this component will be associated with when added to a GridPanel.

Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

public void setGridRow (
    int value
)

 Parameters

value

An integer value specifying the 0-based index of the grid row in which to place this component. The default is 0.

 See Also

ComponentBase Members
ComponentBase Class
com.mindfusion.diagramming.components Namespace