[]
Gets the editor used to edit a specified cell on this sheet.
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 | An instance of the editor used to edit a specified cell. |