Search
Cell.getData Method
See Also
 






Gets or sets the cell data.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public Object getData ()

 Return Value

 Remarks

If 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