Share via


SparkPoints.Firstpoint Property

Gets a SparkColor object that represents the color and visibility of the marker for the first point of data on a sparkline.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Firstpoint As SparkColor
    Get
'Usage
Dim instance As SparkPoints
Dim value As SparkColor

value = instance.Firstpoint
SparkColor Firstpoint { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.SparkColor
A SparkColor object that represents the color and visibility of the marker for the first point of data on a sparkline.

Remarks

Read-only.

The Firstpoint property corresponds to the setting of the First Point check box in the Show section, and of the First Point item on the Marker Color drop-down list in the Style section of the Sparkline Tools Design tab of the ribbon.

See Also

Reference

SparkPoints Interface

SparkPoints Members

Microsoft.Office.Interop.Excel Namespace