Gets a Cell object that can be used to manipulate the data of the specified cell.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public Cell get ( |
A CellIndex value representing cell's position.
A Cell object that can be used to get or set the data of the cell.
RemarksIf index is not a valid cell address, this property returns null.
See Also