Column.Style Property

Style.Represents the attribte in schema: style

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

Syntax

'Declaration
<SchemaAttrAttribute(, "style")> _
Public Property Style As UInt32Value
    Get
    Set
'Usage
Dim instance As Column
Dim value As UInt32Value

value = instance.Style

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Column Class

Column Members

DocumentFormat.OpenXml.Spreadsheet Namespace