SparklineGroup.Low Property
low.Represents the attribte in schema: low
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "low")> _
Public Property Low As BooleanValue
Get
Set
'使用
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