SparklineGroup.LastMarkerColor Property
LastMarkerColor.Represents the element tag in schema: x14:colorLast
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property LastMarkerColor As LastMarkerColor
Get
Set
'Usage
Dim instance As SparklineGroup
Dim value As LastMarkerColor
value = instance.LastMarkerColor
instance.LastMarkerColor = value
public LastMarkerColor LastMarkerColor { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor