TableColumn.DataCellStyle Property

Data Area Style Name.Represents the attribte in schema: dataCellStyle

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

Syntax

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

value = instance.DataCellStyle

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

TableColumn Class

TableColumn Members

DocumentFormat.OpenXml.Spreadsheet Namespace