[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Renderer.IRenderer.PaintCell

PaintCell Method

PaintCell(string, TableCell, Appearance, Inset, object, 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)
Function PaintCell(id As String, parent As TableCell, style As Appearance, margin As Inset, value As Object, upperLevel 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 in the renderer control

bool upperLevel

Whether to display in an up-level browser

Returns
Type Description
Control