SparklineGroup.ManualMin Property
manualMin.Represents the attribte in schema: manualMin
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "manualMin")> _
Public Property ManualMin As DoubleValue
Get
Set
'Usage
Dim instance As SparklineGroup
Dim value As DoubleValue
value = instance.ManualMin
instance.ManualMin = value
[SchemaAttrAttribute(, "manualMin")]
public DoubleValue ManualMin { get; set; }
Property Value
Type: DocumentFormat.OpenXml.DoubleValue