Aspose::Cells::Cell::SetValue method
Cell::SetValue method
Gets/sets the value contained in this cell.
void Aspose::Cells::Cell::SetValue(const Aspose::Cells::Object &value)
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
- Class Vector
- Class Object
- Class Cell
- Namespace Aspose::Cells
- Library Aspose.Cells for C++