PageMargins.Footer Property

Footer Page Margin.Represents the attribte in schema: footer

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "footer")> _
Public Property Footer As DoubleValue
    Get
    Set
'Usage
Dim instance As PageMargins
Dim value As DoubleValue

value = instance.Footer

instance.Footer = value
[SchemaAttrAttribute(, "footer")]
public DoubleValue Footer { get; set; }

Property Value

Type: DocumentFormat.OpenXml.DoubleValue
Returns DoubleValue.

See Also

Reference

PageMargins Class

PageMargins Members

DocumentFormat.OpenXml.Spreadsheet Namespace