Gets the cell at the specified row and column.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public Cell getCell ( |
An integer value specifying the column index.
An integer value specifying the row index.
A Cell object representing the specified cell.
See Also