_Workbook.CustomViews Property
Returns a CustomViews collection that represents all the custom views for the workbook.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property CustomViews As CustomViews
Get
'Usage
Dim instance As _Workbook
Dim value As CustomViews
value = instance.CustomViews
CustomViews CustomViews { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.CustomViews