TextProperties.TabAsDelimiter Property

Definition

tab

Represents the following attribute in the schema: tab

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

Property Value

Returns BooleanValue.

Attributes

Applies to