Page Interface
Represents a page in a workbook. Use the PageSetup object and the related methods and properties for programmatically defining page layout in a workbook.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<GuidAttribute("000244A2-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface Page
'Usage
Dim instance As Page
[GuidAttribute("000244A2-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface Page
Remarks
Use the Item[Object] method to access a specific page in a workbook. The following example accesses the first page in the active workbook.