Table.HeaderRowCount Property

Definition

Header Row Count

Represents the following attribute in the schema: headerRowCount

[DocumentFormat.OpenXml.SchemaAttr(0, "headerRowCount")]
public DocumentFormat.OpenXml.UInt32Value HeaderRowCount { get; set; }
public DocumentFormat.OpenXml.UInt32Value HeaderRowCount { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "headerRowCount")]
public DocumentFormat.OpenXml.UInt32Value? HeaderRowCount { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("headerRowCount")]
public DocumentFormat.OpenXml.UInt32Value? HeaderRowCount { get; set; }
public DocumentFormat.OpenXml.UInt32Value? HeaderRowCount { get; set; }
member this.HeaderRowCount : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "headerRowCount")>]
member this.HeaderRowCount : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("headerRowCount")>]
member this.HeaderRowCount : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property HeaderRowCount As UInt32Value

Property Value

Returns UInt32Value.

Attributes

Applies to