Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / DifferentFirstPageHeaderFooter Property


In This Topic
DifferentFirstPageHeaderFooter Property (IPageSetup)
In This Topic
Gets or sets a value indicating whether the different header or footer is used on the first page.
Syntax
'Declaration
 
Property DifferentFirstPageHeaderFooter As Boolean
 
'Usage
 
Dim instance As IPageSetup
Dim value As Boolean
 
instance.DifferentFirstPageHeaderFooter = value
 
value = instance.DifferentFirstPageHeaderFooter

Property Value

true if a different header or footer is used on the first page; otherwise, false.
See Also