PageMargins.Bottom Property

Bottom Page Margin.Represents the attribte in schema: bottom

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

Syntax

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

value = instance.Bottom

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

Property Value

Type: DocumentFormat.OpenXml.DoubleValue
Returns DoubleValue.

See Also

Reference

PageMargins Class

PageMargins Members

DocumentFormat.OpenXml.Spreadsheet Namespace