[]
Gets the renderer used to render a cell at the specified row and column.
public virtual IRenderer GetRenderer(int row, int column)
Public Overridable Function GetRenderer(row As Integer, column As Integer) As IRenderer
Type | Name | Description |
---|---|---|
int | row | Row index of the cell |
int | column | Column index of the cell |
Type | Description |
---|---|
IRenderer |