ModelChanges.ColumnsChanged 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 ModelColumnChanges collection of ModelColumnChange objects which represent table names and column names of all table columns for which the data type was changed (might add more types of changes here in the future) as part of a model operation. Read-only.
public:
property Microsoft::Office::Interop::Excel::ModelColumnChanges ^ ColumnsChanged { Microsoft::Office::Interop::Excel::ModelColumnChanges ^ get(); };
public Microsoft.Office.Interop.Excel.ModelColumnChanges ColumnsChanged { get; }
Public ReadOnly Property ColumnsChanged As ModelColumnChanges