TableColumn.HeaderRowCellStyle Property

Header Row Cell Style.Represents the attribte in schema: headerRowCellStyle

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

Syntax

'Declaration
<SchemaAttrAttribute(, "headerRowCellStyle")> _
Public Property HeaderRowCellStyle As StringValue
    Get
    Set
'Usage
Dim instance As TableColumn
Dim value As StringValue

value = instance.HeaderRowCellStyle

instance.HeaderRowCellStyle = value
[SchemaAttrAttribute(, "headerRowCellStyle")]
public StringValue HeaderRowCellStyle { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

TableColumn Class

TableColumn Members

DocumentFormat.OpenXml.Spreadsheet Namespace