ChartBorder.LineStyle Property
Returns or sets the line style for the border. Read/write
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property LineStyle As Object
Get
Set
'Usage
Dim instance As ChartBorder
Dim value As Object
value = instance.LineStyle
instance.LineStyle = value
Object LineStyle { get; set; }
Property Value
Type: System.Object
Object
Remarks
For more information see: XlLineStyle, xlGray25, xlGray50, xlGray75, or xlAutomatic. Additionally, xlDouble and xlSlantDashDot do not apply to charts.