Gets or sets the value of a single cell or range of cells.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntaxpublic override Object Value { get; set; }
Public Overrides Property Value As Object
Get
Set
Property Value
Object
RemarksProperty set will set value of multiple cells or of a merged range.
Property get has meaning only if range is Merged.
The supported types are described by ExcelDocument.SupportsType method.
See Also