Click or drag to resize

ExcelCellValue Property

Gets or sets the value of this cell or the merged range.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public override Object Value { get; set; }

Property Value

Object
Remarks
The supported types are described by ExcelDocument.SupportsType method.
See Also