SparklineGroup.Type Property
Gets or sets the type of sparkline for the group.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Type As XlSparkType
Get
Set
'Usage
Dim instance As SparklineGroup
Dim value As XlSparkType
value = instance.Type
instance.Type = value
XlSparkType Type { get; set; }
Property Value
Type: Microsoft.Office.Interop.Excel.XlSparkType
The type of sparkline for the group.
Remarks
Read/write.