Share via


TextProperties.Thousands property

Namespace:  DocumentFormat.OpenXml.Office15.Excel
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

See also

Reference

TextProperties class

TextProperties members

DocumentFormat.OpenXml.Office15.Excel namespace