[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.NumberCellType.PaintCell

PaintCell Method

PaintCell(Graphics, Rectangle, Appearance, object, bool, bool, float)

Overrides the PaintCell to provide fraction support.

Declaration
public override void PaintCell(Graphics g, Rectangle r, Appearance appearance, object value, bool isSelected, bool isLocked, float zoomFactor)
Public Overrides Sub PaintCell(g As Graphics, r As Rectangle, appearance As Appearance, value As Object, isSelected As Boolean, isLocked As Boolean, zoomFactor As Single)
Parameters
Type Name Description
Graphics g
Rectangle r
Appearance appearance
object value
bool isSelected
bool isLocked
float zoomFactor
Overrides