SparklineGroup.NegativeColor Property
NegativeColor.Represents the element tag in schema: x14:colorNegative
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property NegativeColor As NegativeColor
Get
Set
'使用
Dim instance As SparklineGroup
Dim value As NegativeColor
value = instance.NegativeColor
instance.NegativeColor = value
public NegativeColor NegativeColor { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office2010.Excel.NegativeColor