Gets the new data of the cell.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Object NewData { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property NewData As Object |
An object representing the new data of the cell.
See Also