Font.Outline Property

Outline.Represents the element tag in schema: x:outline

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

Syntax

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

value = instance.Outline

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Outline
Returns Outline.

See Also

Reference

Font Class

Font Members

DocumentFormat.OpenXml.Spreadsheet Namespace