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