Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / LineColor Property


In This Topic
LineColor Property (ExcelShape)
In This Topic
Gets or sets the color of the line.
Syntax
'Declaration
 
Public Property LineColor As Color
 
'Usage
 
Dim instance As ExcelShape
Dim value As Color
 
instance.LineColor = value
 
value = instance.LineColor

Property Value

color of the line
See Also