Font.FontCharSet Property

Character Set.Represents the element tag in schema: x:charset

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

Syntax

'Declaration
Public Property FontCharSet As FontCharSet
    Get
    Set
'Usage
Dim instance As Font
Dim value As FontCharSet

value = instance.FontCharSet

instance.FontCharSet = value
public FontCharSet FontCharSet { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.FontCharSet

See Also

Reference

Font Class

Font Members

DocumentFormat.OpenXml.Spreadsheet Namespace