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