CellValue.Value
CellValue.Value property
Gets/sets the cell value.
public object Value { get; set; }
Remarks
The value must be of the correct type of object corresponding to the Type
:
Type | Value |
---|---|
IsNull | null, any other object will be ignored |
IsNumeric | double |
IsDateTime | DateTime |
IsString | string |
IsBool | bool |
IsError | error string such as “#VALUE!”, “#NAME?”, … |
See Also
- class CellValue
- namespace Aspose.Cells
- assembly Aspose.Cells