Freigeben über


FormControlProperties.MinimumWidth Property

widthMin.Represents the attribte in schema: widthMin

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "widthMin")> _
Public Property MinimumWidth As UInt32Value
    Get
    Set
'Usage
Dim instance As FormControlProperties
Dim value As UInt32Value

value = instance.MinimumWidth

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value

See Also

Reference

FormControlProperties Class

FormControlProperties Members

DocumentFormat.OpenXml.Office2010.Excel Namespace