TextProperties.TabAsDelimiter property
Namespace: DocumentFormat.OpenXml.Office15.Excel
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