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