Search
Cell.setRowSpan Method
See Also
 

Sets the number of rows spanned by this cell.

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

 Syntax

Java  Copy Code

public void setRowSpan (
    int value
)

 Parameters

value

An integer value specifying the number of spanned rows.

 See Also