Location.FirstDataRow Property

PivotTable Data First Row.Represents the attribte in schema: firstDataRow

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

Syntax

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

value = instance.FirstDataRow

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Location Class

Location Members

DocumentFormat.OpenXml.Spreadsheet Namespace