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


SheetFormatProperties.BaseColumnWidth Property

Base Column Width.Represents the attribte in schema: baseColWidth

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

Syntax

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

value = instance.BaseColumnWidth

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

SheetFormatProperties Class

SheetFormatProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace