Search
ComponentBase.getGridColumn Method
See Also
 

Gets the index of the grid column 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 getGridColumn ()

 Return Value

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

 See Also