SparklineGroup.High Property

high.Represents the attribte in schema: high

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "high")> _
Public Property High As BooleanValue
    Get
    Set
'Usage
Dim instance As SparklineGroup
Dim value As BooleanValue

value = instance.High

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

SparklineGroup Class

SparklineGroup Members

DocumentFormat.OpenXml.Office2010.Excel Namespace