TextProperties.Semicolon Property

Semicolon is Delimiter.Represents the attribte in schema: semicolon

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

Syntax

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

value = instance.Semicolon

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

TextProperties Class

TextProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace