Gets the list of items affected by a Replace, Remove, or Move action.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public IList OldItems { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property OldItems As IList |
A list of objects, or null (Nothing in Visual Basic) if there are no relevant items.
See Also