Table.HeaderRowCount Property

Header Row Count.Represents the attribte in schema: headerRowCount

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

Syntax

'Declaration
<SchemaAttrAttribute(, "headerRowCount")> _
Public Property HeaderRowCount As UInt32Value
    Get
    Set
'Usage
Dim instance As Table
Dim value As UInt32Value

value = instance.HeaderRowCount

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Table Class

Table Members

DocumentFormat.OpenXml.Spreadsheet Namespace