[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Renderer.IRenderer2.PaintCell

PaintCell Method

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

Gets the renderer control and renders it in the cell.

Declaration
Control PaintCell(string id, TableCell parent, Appearance style, Inset margin, object value, bool upperLevel, bool locked, bool print, bool editMode)
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) As Control
Parameters
Type Name Description
string id

Unique identifier for the renderer control

TableCell parent

Parent table cell of the renderer control

Appearance style

Appearance settings for the renderer control

Inset margin

Margin settings for the renderer control

object value

Value to display in the renderer control

bool upperLevel

Whether to display in a up-level browser

bool locked

Whether the cell is locked

bool print

Whether to print

bool editMode

Whether the operation mode of Spread is Normal or RowMode

Returns
Type Description
Control