Search
ComponentBase.getGridRow Method
See Also
 

Gets 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 int getGridRow ()

 Return Value

An integer value specifying the 0-based index of the grid row in which this component is placed.

 See Also