Spread Windows Forms 12.0 Product Documentation
Font Constructor(Color)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Font Structure > Font Constructor : Font Constructor(Color)
A Color value indicates the color of font color.
Initializes a new instance of the Font struct that uses the specified existing Font and Color value.
Syntax
'Declaration
 
Public Function New( _
   ByVal color As Color _
)
'Usage
 
Dim color As Color
 
Dim instance As New Font(color)
public Font( 
   Color color
)

Parameters

color
A Color value indicates the color of font color.
See Also

Reference

Font Structure
Font Members
Overload List