SurveyQuestion.DecimalPlaces property
Namespace: DocumentFormat.OpenXml.Office15.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "decimalPlaces")> _
Public Property DecimalPlaces As UInt32Value
Get
Set
'Usage
Dim instance As SurveyQuestion
Dim value As UInt32Value
value = instance.DecimalPlaces
instance.DecimalPlaces = value
[SchemaAttrAttribute(, "decimalPlaces")]
public UInt32Value DecimalPlaces { get; set; }
Property value
Type: DocumentFormat.OpenXml.UInt32Value