Workbook.CustomViews 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.
Gets a CustomViews collection that represents all the custom views for the workbook.
public:
property Microsoft::Office::Interop::Excel::CustomViews ^ CustomViews { Microsoft::Office::Interop::Excel::CustomViews ^ get(); };
public Microsoft.Office.Interop.Excel.CustomViews CustomViews { get; }
member this.CustomViews : Microsoft.Office.Interop.Excel.CustomViews
Public ReadOnly Property CustomViews As CustomViews
Property Value
A CustomViews collection that represents all the custom views for the workbook.