ModelChanges.TableNamesChanged 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 ModelTableNameChanges collection of ModelTableNameChange objects representing old and new names of all tables which were renamed in the model as part of a model operation. Read-only.
public:
property Microsoft::Office::Interop::Excel::ModelTableNameChanges ^ TableNamesChanged { Microsoft::Office::Interop::Excel::ModelTableNameChanges ^ get(); };
public Microsoft.Office.Interop.Excel.ModelTableNameChanges TableNamesChanged { get; }
Public ReadOnly Property TableNamesChanged As ModelTableNameChanges