Freigeben über


GridColumn.Width-Eigenschaft

Width.Represents the attribte in schema: w

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

Syntax

'Declaration
<SchemaAttrAttribute(, "w")> _
Public Property Width As Int64Value
    Get
    Set
'Usage
Dim instance As GridColumn
Dim value As Int64Value

value = instance.Width

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

Eigenschaftswert

Typ: DocumentFormat.OpenXml.Int64Value
Returns Int64Value.

Hinweise

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

The width of the column in EMUs.

The possible values for this attribute are defined by the ST_Coordinate simple type.

Siehe auch

Referenz

GridColumn Klasse

GridColumn-Member

DocumentFormat.OpenXml.Drawing-Namespace