Font.Extend Property

Extend.Represents the element tag in schema: x:extend

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

Syntax

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

value = instance.Extend

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Extend
Returns Extend.

See Also

Reference

Font Class

Font Members

DocumentFormat.OpenXml.Spreadsheet Namespace