Spread Windows Forms 12.0 Product Documentation
Fill Constructor(Color)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Fill Structure > Fill Constructor : Fill Constructor(Color)
A Color value indicates the pattern color of pattern fill.
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

Reference

Fill Structure
Fill Members
Overload List