Nevron.UI.WinForm.Controls Namespace / NDataGridView Class / SetSelectedCellCore Method


In This Topic
    SetSelectedCellCore Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetSelectedCellCore( _
       ByVal columnIndex As System.Integer, _
       ByVal rowIndex As System.Integer, _
       ByVal selected As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NDataGridView
    Dim columnIndex As System.Integer
    Dim rowIndex As System.Integer
    Dim selected As System.Boolean
     
    instance.SetSelectedCellCore(columnIndex, rowIndex, selected)
    protected virtual void SetSelectedCellCore( 
       System.int columnIndex,
       System.int rowIndex,
       System.bool selected
    )

    Parameters

    columnIndex
    rowIndex
    selected
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also