PageMargins.Header Property

Header Page Margin.Represents the attribte in schema: header

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

Syntax

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

value = instance.Header

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

Property Value

Type: DocumentFormat.OpenXml.DoubleValue
Returns DoubleValue.

See Also

Reference

PageMargins Class

PageMargins Members

DocumentFormat.OpenXml.Spreadsheet Namespace