GemBox.Spreadsheet

CellRange.Value Property

Gets or sets cell value on one or more excel cells.

public override object Value {get; set;}

Remarks

Property set will set value of multiple cells or of a merged range.

Property get has meaning only if range is Merged; otherwise, exception is thrown.

Exceptions

Exception TypeCondition
InvalidOperationExceptionThrown if property get is attempted on a cell range which is not merged.

See Also

CellRange Class | GemBox.Spreadsheet Namespace | Merged