Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FillInfo Class / FillInfo Constructor / FillInfo Constructor(Color,Color,ShadingStyle)
Color of the fore.
Color of the back.
The shading style.


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

    Parameters

    foreColor
    Color of the fore.
    backColor
    Color of the back.
    shadingStyle
    The shading style.
    See Also