[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetEditor

GetEditor Method

GetEditor(int, int)

Gets the editor used to edit a specified cell on this sheet.

Declaration
public virtual IEditor GetEditor(int row, int column)
Public Overridable Function GetEditor(row As Integer, column As Integer) As IEditor
Parameters
Type Name Description
int row

Row index of the cell

int column

Column index of the cell

Returns
Type Description
IEditor