Gets the cell data.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public Object getData () |
An Object containing cell's data.
RemarksIf this property is set to null, this is equivalent to clearing the cell via clear. If the specified value is a string, starting with an equal sign (=), it is interpreted as a formula. To specify a string, starting with an equal sign as cell data, prefix the string with a single apostrophe (').
See Also