TextProperties.Decimal Property

Decimal Separator.Represents the attribte in schema: decimal

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "decimal")> _
Public Property Decimal As StringValue
    Get
    Set
'Usage
Dim instance As TextProperties
Dim value As StringValue

value = instance.Decimal

instance.Decimal = value
[SchemaAttrAttribute(, "decimal")]
public StringValue Decimal { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

TextProperties Class

TextProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace