CellInfo
Protected Class CellInfo
Description
CellInfo is a class passed to certain events in DataView to specify various formatting options
and colors.
Properties
BGColor
The background color used to fill the cell.
Bold
Whether the text is bold
Column
The column of the cell
FontSize
The font size for text in the cell
Height
The height the cell should occupy
Italic
Whether text is Italic
Row
The row of the cell
RowHeight
The height of the row where the cell is
TextColor
The color of the text in the cell
TextFont
The font of the text in the cell
Width
The width of the column the cell is in
X
X position for the top-left of the cell
Y
Y position for the top-left of the cell