Search
CellValidationEventArgs.NewData Property
See Also
 






Gets the new data of the cell.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Object NewData { get; }

Visual Basic  Copy Code

Public ReadOnly Property NewData As Object

 Property Value

An object representing the new data of the cell.

 See Also