Partager via


DataBar.ShowValue Property

Show Values.Represents the attribte in schema: showValue

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

Syntax

'Declaration
<SchemaAttrAttribute(, "showValue")> _
Public Property ShowValue As BooleanValue
    Get
    Set
'Usage
Dim instance As DataBar
Dim value As BooleanValue

value = instance.ShowValue

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

DataBar Class

DataBar Members

DocumentFormat.OpenXml.Spreadsheet Namespace