Click or drag to resize

CellRangeValue Property

Gets or sets the value of a single cell or range of cells.

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

Property Value

Object
Remarks

Property 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