MissingItem.Italic Property

Italic.Represents the attribte in schema: i

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

Syntax

'Declaration
<SchemaAttrAttribute(, "i")> _
Public Property Italic As BooleanValue
    Get
    Set
'Usage
Dim instance As MissingItem
Dim value As BooleanValue

value = instance.Italic

instance.Italic = value
[SchemaAttrAttribute(, "i")]
public BooleanValue Italic { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

MissingItem Class

MissingItem Members

DocumentFormat.OpenXml.Spreadsheet Namespace