Workbook.CustomViews Property

Gets a Microsoft.Office.Interop.Excel.CustomViews collection that represents all the custom views for the workbook.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
ReadOnly Property CustomViews As CustomViews
    Get
CustomViews CustomViews { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.CustomViews
A Microsoft.Office.Interop.Excel.CustomViews collection that represents all the custom views for the workbook.

.NET Framework Security

See Also

Reference

Workbook Interface

Microsoft.Office.Tools.Excel Namespace