Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetEditor Method
Row index of the cell
Column index of the cell


In This Topic
    GetEditor Method (SheetView)
    In This Topic
    Gets the editor used to edit a specified cell on this sheet.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetEditor( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As IEditor
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim column As Integer
    Dim value As IEditor
     
    value = instance.GetEditor(row, column)
    public virtual IEditor GetEditor( 
       int row,
       int column
    )

    Parameters

    row
    Row index of the cell
    column
    Column index of the cell
    See Also