Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / SetHeaderFooter Method


In This Topic
SetHeaderFooter Method
In This Topic
Sets raw header/footer code.
Syntax
'Declaration
 
Public Sub SetHeaderFooter( _
   ByVal code As String, _
   ByVal rawCode As String, _
   ByVal isHeader As Boolean _
) 
 
'Usage
 
Dim instance As PageSetup
Dim code As String
Dim rawCode As String
Dim isHeader As Boolean
 
instance.SetHeaderFooter(code, rawCode, isHeader)

Parameters

code
rawCode
isHeader
See Also