Page Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a page in a workbook. Use the PageSetup object and the related methods and properties for programmatically defining page layout in a workbook.
public interface class Page
[System.Runtime.InteropServices.Guid("000244A2-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Page
Public Interface Page
- Attributes
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.
Properties
CenterFooter |
Specifies a picture or text to be center aligned in the page footer. |
CenterHeader |
Specifies a picture or text to be center aligned in the page header. |
LeftFooter |
Specifies a picture or text to be left aligned in the page footer. |
LeftHeader |
Specifies a picture or text to be left aligned in the page header. |
RightFooter |
Specifies a picture or text to be right aligned in the page footer. |
RightHeader |
Specifies a picture or text to be right aligned in the page header. |