Column.Width Property

Column Width.Represents the attribte in schema: width

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

Syntax

'Declaration
<SchemaAttrAttribute(, "width")> _
Public Property Width As DoubleValue
    Get
    Set
'Usage
Dim instance As Column
Dim value As DoubleValue

value = instance.Width

instance.Width = value
[SchemaAttrAttribute(, "width")]
public DoubleValue Width { get; set; }

Property Value

Type: DocumentFormat.OpenXml.DoubleValue
Returns DoubleValue.

See Also

Reference

Column Class

Column Members

DocumentFormat.OpenXml.Spreadsheet Namespace