Share via


OpenXmlSurveyElementPrElement.Height property

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

Syntax

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

value = instance.Height

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

Property value

Type: DocumentFormat.OpenXml.UInt32Value

See also

Reference

OpenXmlSurveyElementPrElement class

OpenXmlSurveyElementPrElement members

DocumentFormat.OpenXml.Office15.Excel namespace