Click or drag to resize

CellValueChangedEventArgs NewValue Property

Gets or sets the new value.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Object NewValue { get; set; }

Property Value

Type: Object
The new value.
See Also