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