[]
Paints the cell.
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
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 |
bool | locked | if set to |
bool | if set to |
|
bool | editMode | if set to |
ExtraRendererSettings | extraRendererSettings | The extra renderer settings. |
Type | Description |
---|---|
Control |