LineFormat.DashStyle Property
Returns or sets the dash style for the specified line. Can be one of the MsoLineDashStyle constants.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property DashStyle As MsoLineDashStyle
Get
Set
'Usage
Dim instance As LineFormat
Dim value As MsoLineDashStyle
value = instance.DashStyle
instance.DashStyle = value
MsoLineDashStyle DashStyle { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoLineDashStyle