Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FillInfo Class / FillInfo Constructor / FillInfo Constructor(Color,Color)
Color of the fore.
Color of the back.


In This Topic
FillInfo Constructor(Color,Color)
In This Topic
Initializes a new instance of the FillInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal foreColor As Color, _
   ByVal backColor As Color _
)
 
'Usage
 
Dim foreColor As Color
Dim backColor As Color
 
Dim instance As New FillInfo(foreColor, backColor)

Parameters

foreColor
Color of the fore.
backColor
Color of the back.
See Also