ModelChanges.TablesDeleted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a ModelTableNames collection of table names as strings representing all tables which were deleted from the model as part of a model operation. Read-only.
public:
property Microsoft::Office::Interop::Excel::ModelTableNames ^ TablesDeleted { Microsoft::Office::Interop::Excel::ModelTableNames ^ get(); };
public Microsoft.Office.Interop.Excel.ModelTableNames TablesDeleted { get; }
Public ReadOnly Property TablesDeleted As ModelTableNames