NumberItem.Underline Property

Underline.Represents the attribte in schema: un

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

Syntax

'Declaration
<SchemaAttrAttribute(, "un")> _
Public Property Underline As BooleanValue
    Get
    Set
'Usage
Dim instance As NumberItem
Dim value As BooleanValue

value = instance.Underline

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

NumberItem Class

NumberItem Members

DocumentFormat.OpenXml.Spreadsheet Namespace