ModelChanges.ColumnsChanged Property

Definition

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

Property Value

Applies to