TextProperties.Thousands Property

Definition

thousands

Represents the following attribute in the schema: thousands

[DocumentFormat.OpenXml.SchemaAttr(0, "thousands")]
public DocumentFormat.OpenXml.StringValue Thousands { get; set; }
public DocumentFormat.OpenXml.StringValue Thousands { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "thousands")]
public DocumentFormat.OpenXml.StringValue? Thousands { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("thousands")]
public DocumentFormat.OpenXml.StringValue? Thousands { get; set; }
public DocumentFormat.OpenXml.StringValue? Thousands { get; set; }
member this.Thousands : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "thousands")>]
member this.Thousands : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("thousands")>]
member this.Thousands : DocumentFormat.OpenXml.StringValue with get, set
Public Property Thousands As StringValue

Property Value

Returns StringValue.

Attributes

Applies to