PageMargins.Top Property

Top Page Margin.Represents the attribte in schema: top

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

Syntax

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

value = instance.Top

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

Property Value

Type: DocumentFormat.OpenXml.DoubleValue
Returns DoubleValue.

See Also

Reference

PageMargins Class

PageMargins Members

DocumentFormat.OpenXml.Spreadsheet Namespace