Column.CustomWidth Property

Custom Width.Represents the attribte in schema: customWidth

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

Syntax

'Declaration
<SchemaAttrAttribute(, "customWidth")> _
Public Property CustomWidth As BooleanValue
    Get
    Set
'Usage
Dim instance As Column
Dim value As BooleanValue

value = instance.CustomWidth

instance.CustomWidth = value
[SchemaAttrAttribute(, "customWidth")]
public BooleanValue CustomWidth { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Column Class

Column Members

DocumentFormat.OpenXml.Spreadsheet Namespace