HiddenLineProperties.Width Property
Line Width.Represents the attribte in schema: w
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "w")> _
Public Property Width As Int32Value
Get
Set
'Uso
Dim instance As HiddenLineProperties
Dim value As Int32Value
value = instance.Width
instance.Width = value
[SchemaAttrAttribute(, "w")]
public Int32Value Width { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value