Workbook.XmlMaps Property

Definition

Gets an XmlMaps collection that represents the schema maps that have been added to the workbook.

public:
 property Microsoft::Office::Interop::Excel::XmlMaps ^ XmlMaps { Microsoft::Office::Interop::Excel::XmlMaps ^ get(); };
public Microsoft.Office.Interop.Excel.XmlMaps XmlMaps { get; }
member this.XmlMaps : Microsoft.Office.Interop.Excel.XmlMaps
Public ReadOnly Property XmlMaps As XmlMaps

Property Value

An XmlMaps collection that represents the schema maps that have been added to the workbook.

Applies to