Cell.Value
Cell.Value property
Gets/sets the value contained in this cell.
public object Value { get; set; }
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 Cell
- namespace Aspose.Cells
- assembly Aspose.Cells