CustomViews Interface
A collection of custom workbook views. Each view is represented by a CustomView object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00024422-0000-0000-C000-000000000046")> _
Public Interface CustomViews _
Inherits IEnumerable
'Usage
Dim instance As CustomViews
[InterfaceTypeAttribute()]
[GuidAttribute("00024422-0000-0000-C000-000000000046")]
public interface CustomViews : IEnumerable
Remarks
Use the CustomViews property to return the CustomViews collection. Use the Add method to create a new custom view and add it to the CustomViews collection.