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