Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FillInfo Class / FillInfo Constructor / FillInfo Constructor(Color)
Color of the fore.


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

    Parameters

    foreColor
    Color of the fore.
    See Also