Location.FirstHeaderRow Property

First Header Row.Represents the attribte in schema: firstHeaderRow

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

Syntax

'Declaration
<SchemaAttrAttribute(, "firstHeaderRow")> _
Public Property FirstHeaderRow As UInt32Value
    Get
    Set
'Usage
Dim instance As Location
Dim value As UInt32Value

value = instance.FirstHeaderRow

instance.FirstHeaderRow = value
[SchemaAttrAttribute(, "firstHeaderRow")]
public UInt32Value FirstHeaderRow { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Location Class

Location Members

DocumentFormat.OpenXml.Spreadsheet Namespace