Поделиться через


SheetFormatProperties.DefaultColumnWidth Property

Default Column Width.Represents the attribte in schema: defaultColWidth

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

Syntax

'Декларация
<SchemaAttrAttribute(, "defaultColWidth")> _
Public Property DefaultColumnWidth As DoubleValue
    Get
    Set
'Применение
Dim instance As SheetFormatProperties
Dim value As DoubleValue

value = instance.DefaultColumnWidth

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

Property Value

Type: DocumentFormat.OpenXml.DoubleValue
Returns DoubleValue.

See Also

Reference

SheetFormatProperties Class

SheetFormatProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace