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