Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Fill Structure / Fill Constructor / Fill Constructor(Color)
A Color value indicates the pattern color of pattern fill.


In This Topic
    Fill Constructor(Color)
    In This Topic
    Initializes a new instance of the Fill class which represents a solid pattern fill.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal patternColor As Color _
    )
    'Usage
     
    
    Dim patternColor As Color
     
    Dim instance As New Fill(patternColor)
    public Fill( 
       Color patternColor
    )

    Parameters

    patternColor
    A Color value indicates the pattern color of pattern fill.
    See Also