[]
Gets the renderer used to render a specified cell on this sheet.
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 | A renderer used to render a specified cell. |