Gets a Cell object that can be used to manipulate the data of the specified cell.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java Copy Code |
---|
public Cell get ( |
A string value representing a cell reference in the A1 or R1C1 format.
A Cell object that can be used to get or set the data of the cell.
If reference is not a valid cell reference, represents a cell range, or contains a sheet name other than that of the current worksheet, this property returns null.
JSpreadsheet Programmer's Guide | © 2024 MindFusion |