PageSetup.FooterMargin Property
Returns or sets the distance from the bottom of the page to the footer, in points.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property FooterMargin As Double
Get
Set
'Usage
Dim instance As PageSetup
Dim value As Double
value = instance.FooterMargin
instance.FooterMargin = value
double FooterMargin { get; set; }
Property Value
Type: System.Double