Search
CellChangedEventArgs.OldData Property
See Also
 






Gets the previous data in the modified cell.

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

 Syntax

C#  Copy Code

public Object OldData { get; }

Visual Basic  Copy Code

Public ReadOnly Property OldData As Object

 Property Value

An object representing the previous data of the cell.

 See Also