Share via


Font.FontScheme Property

Scheme.Represents the element tag in schema: x:scheme

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

Syntax

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

value = instance.FontScheme

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.FontScheme
Returns FontScheme.

See Also

Reference

Font Class

Font Members

DocumentFormat.OpenXml.Spreadsheet Namespace