Share via


TextProperties.Thousands Property

Thousands Separator.Represents the attribte in schema: thousands

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

Syntax

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

value = instance.Thousands

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

TextProperties Class

TextProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace