Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / DEFAULT_LINE_COLOR Field


In This Topic
DEFAULT_LINE_COLOR Field
In This Topic
Default line color is Color.Black
Syntax
'Declaration
 
Public Shared DEFAULT_LINE_COLOR As Color
 
'Usage
 
Dim value As Color
 
value = ExcelShape.DEFAULT_LINE_COLOR
 
ExcelShape.DEFAULT_LINE_COLOR = value
See Also