Share via


Font.Italic Property

Italic.Represents the element tag in schema: x:i

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

Syntax

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

value = instance.Italic

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Italic
Returns Italic.

See Also

Reference

Font Class

Font Members

DocumentFormat.OpenXml.Spreadsheet Namespace