SparklineGroup.Low Property

low.Represents the attribte in schema: low

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

Syntax

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

value = instance.Low

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

SparklineGroup Class

SparklineGroup Members

DocumentFormat.OpenXml.Office2010.Excel Namespace