Share via


OpenXmlSurveyElementPrElement.Width property

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

Syntax

'Declaration
<SchemaAttrAttribute(, "width")> _
Public Property Width As UInt32Value
    Get
    Set
'Usage
Dim instance As OpenXmlSurveyElementPrElement
Dim value As UInt32Value

value = instance.Width

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

Property value

Type: DocumentFormat.OpenXml.UInt32Value

See also

Reference

OpenXmlSurveyElementPrElement class

OpenXmlSurveyElementPrElement members

DocumentFormat.OpenXml.Office15.Excel namespace