OpenXmlSurveyElementPrElement.Bottom property
Namespace: DocumentFormat.OpenXml.Office15.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "bottom")> _
Public Property Bottom As Int32Value
Get
Set
'Usage
Dim instance As OpenXmlSurveyElementPrElement
Dim value As Int32Value
value = instance.Bottom
instance.Bottom = value
[SchemaAttrAttribute(, "bottom")]
public Int32Value Bottom { get; set; }
Property value
Type: DocumentFormat.OpenXml.Int32Value
See also
Reference
OpenXmlSurveyElementPrElement class