TextProperties.Delimiter Property

Definition

delimiter

Represents the following attribute in the schema: delimiter

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

Property Value

Returns StringValue.

Attributes

Applies to