SheetViews Interface
A collection of all the sheet views in the specified or active workbook window.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<GuidAttribute("0002448C-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface SheetViews _
Inherits IEnumerable
'Usage
Dim instance As SheetViews
[GuidAttribute("0002448C-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface SheetViews : IEnumerable