_Workbook.Model 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 the top level Model object which is the one Data Model for the workbook. Read-only
public:
property Microsoft::Office::Interop::Excel::Model ^ Model { Microsoft::Office::Interop::Excel::Model ^ get(); };
public Microsoft.Office.Interop.Excel.Model Model { get; }
Public ReadOnly Property Model As Model