CustomView Interface

Represents a custom workbook view.

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

Syntax

'Declaration
<GuidAttribute("00024423-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface CustomView
'Usage
Dim instance As CustomView
[GuidAttribute("00024423-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface CustomView

Remarks

The CustomView object is a member of the CustomViews collection.

Use CustomViews(index), where index is the name or index number of the custom view, to return a CustomView object.

See Also

Reference

CustomView Members

Microsoft.Office.Interop.Excel Namespace