Share via


Font.FontSize Property

Font Size.Represents the element tag in schema: x:sz

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

Syntax

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

value = instance.FontSize

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.FontSize
Returns FontSize.

See Also

Reference

Font Class

Font Members

DocumentFormat.OpenXml.Spreadsheet Namespace