Workbook.CustomViews Property

Definition

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.

Applies to