Search
Cell.setData Method (Object)
See Also
 






Sets the cell data.

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

 Syntax

Java  Copy Code

public void setData (
    Object value
)

 Parameters

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