Compartir a través de


TextProperties.Delimiter Property

Custom Delimiter.Represents the attribte in schema: delimiter

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

Syntax

'Declaración
<SchemaAttrAttribute(, "delimiter")> _
Public Property Delimiter As StringValue
    Get
    Set
'Uso
Dim instance As TextProperties
Dim value As StringValue

value = instance.Delimiter

instance.Delimiter = value
[SchemaAttrAttribute(, "delimiter")]
public StringValue Delimiter { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

TextProperties Class

TextProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace