DataGrid REALbasic Plugin |
|
DataGridStyle.Constructor Constructor
A constructor that constructs a DataGridStyle object from a font name and font size.
Constructor(
fontName as String,
fontSize as Integer)
Parameters
- fontName
- The name of the font.
- fontSize
- The size of the font.
Remarks
See Also
DataGridStyle Class