Aspose::Cells::Cell::GetValue method

Cell::GetValue method

Gets/sets the value contained in this cell.

Aspose::Cells::Object Aspose::Cells::Cell::GetValue()

Remarks

Possible type:

null,

Boolean,

DateTime,

Double,

Integer

String.

For int value, it may be returned as an Integer object or a Double object. And there is no guarantee that the returned value will be kept as the same type of object always.

See Also