Gets a Cell object that can be used to manipulate the data of the cell with the specified coordinates.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public Cell get ( |
The zero-based index of the cell column.
The zero-based index of the cell row.
A Cell object that can be used to get or set the data of the cell.
See Also