[]
        
(Showing Draft Content)

FarPoint.Web.Spread.IEnhancedRenderer.PaintCell

PaintCell Method

PaintCell(string, TableCell, Appearance, Inset, object, bool, bool, bool, bool, ExtraRendererSettings)

Paints the cell.

Declaration
Control PaintCell(string id, TableCell parent, Appearance style, Inset margin, object value, bool upperLevel, bool locked, bool print, bool editMode, ExtraRendererSettings extraRendererSettings)
Function PaintCell(id As String, parent As TableCell, style As Appearance, margin As Inset, value As Object, upperLevel As Boolean, locked As Boolean, print As Boolean, editMode As Boolean, extraRendererSettings As ExtraRendererSettings) As Control
Parameters
Type Name Description
string id

The id.

TableCell parent

The parent.

Appearance style

The style.

Inset margin

The margin.

object value

The value.

bool upperLevel

if set to true upper level]

bool locked

if set to true locked.

bool print

if set to true print.

bool editMode

if set to true edit mode.

ExtraRendererSettings extraRendererSettings

The extra renderer settings.

Returns
Type Description
Control