LineFormat.Style Property
Returns a Style object that represents the style of the specified range.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Style As MsoLineStyle
Get
Set
'Usage
Dim instance As LineFormat
Dim value As MsoLineStyle
value = instance.Style
instance.Style = value
MsoLineStyle Style { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoLineStyle