Search
Cell.getRawValue Method
See Also
 






Gets the raw value of this cell.

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

 Syntax

Java  Copy Code

public Object getRawValue ()

 Return Value

An Object containing cell's value.

 Remarks

Unlike getValue, this method does not convert from spreadsheet's built-in data type to Java's equivalent type.

 See Also