TextProperties.TabAsDelimiter Property

Tab as Delimiter.Represents the attribte in schema: tab

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "tab")> _
Public Property TabAsDelimiter As BooleanValue
    Get
    Set
'Usage
Dim instance As TextProperties
Dim value As BooleanValue

value = instance.TabAsDelimiter

instance.TabAsDelimiter = value
[SchemaAttrAttribute(, "tab")]
public BooleanValue TabAsDelimiter { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

TextProperties Class

TextProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace