[]
        
(Showing Draft Content)

FarPoint.Web.Spread.IPrePaintTextConditionalFormattingRule.PaintCell

PaintCell Method

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

Paints the cell.

Declaration
PrePaintTextResult PaintCell(string id, Control parent, Appearance style, Inset margin, object value, bool upperLevel, bool lastCFRule)
Function PaintCell(id As String, parent As Control, style As Appearance, margin As Inset, value As Object, upperLevel As Boolean, lastCFRule 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 lastCFRule

if set to true last conditional formatting rule.

Returns
Type Description
PrePaintTextResult