Share via


PageSetup.DifferentFirstPageHeaderFooter Property

True if a different header or footer is used on the first page. Read/write Boolean.

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

Syntax

'Declaration
Property DifferentFirstPageHeaderFooter As Boolean
    Get
    Set
'Usage
Dim instance As PageSetup
Dim value As Boolean

value = instance.DifferentFirstPageHeaderFooter

instance.DifferentFirstPageHeaderFooter = value
bool DifferentFirstPageHeaderFooter { get; set; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

PageSetup Interface

PageSetup Members

Microsoft.Office.Interop.Excel Namespace