TextProperties.Thousands Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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