TextProperties.Comma Property

Definition

comma

Represents the following attribute in the schema: comma

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

Property Value

Returns BooleanValue.

Attributes

Applies to