Share via


TextProperties.TextCharacterSet property

Namespace:  DocumentFormat.OpenXml.Office15.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "characterSet")> _
Public Property TextCharacterSet As StringValue
    Get
    Set
'Usage
Dim instance As TextProperties
Dim value As StringValue

value = instance.TextCharacterSet

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

Property value

Type: DocumentFormat.OpenXml.StringValue

See also

Reference

TextProperties class

TextProperties members

DocumentFormat.OpenXml.Office15.Excel namespace