[]
        
(Showing Draft Content)

FarPoint.Web.Spread.PrePaintTextConditionalFormattingRule.PaintCell

PaintCell Method

PaintCell(string, Control, Appearance, Inset, object, bool, bool)

Paints the cell.

Declaration
public virtual PrePaintTextResult PaintCell(string id, Control parent, Appearance style, Inset margin, object value, bool upperLevel, bool isLastCFRule)
Public Overridable Function PaintCell(id As String, parent As Control, style As Appearance, margin As Inset, value As Object, upperLevel As Boolean, isLastCFRule As Boolean) As PrePaintTextResult
Parameters
Type Name Description
string id

The id.

Control parent

The parent.

Appearance style

The style.

Inset margin

The margin.

object value

The value.

bool upperLevel

if set to true upper level.

bool isLastCFRule

if set to true is last CF rule.

Returns
Type Description
PrePaintTextResult
Implements