[]
Gets the renderer control and renders it in the cell.
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
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 | Whether to print |
|
bool | editMode | Whether the operation mode of Spread is Normal or RowMode |
Type | Description |
---|---|
Control |