PageSetup.CenterFooter Property
Returns or sets the center part of the footer.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property CenterFooter As String
Get
Set
'Usage
Dim instance As PageSetup
Dim value As String
value = instance.CenterFooter
instance.CenterFooter = value
string CenterFooter { get; set; }
Property Value
Type: System.String