Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDataGridView Class / ClearSelection Method / ClearSelection(Int32,Int32,Boolean) Method


In This Topic
    ClearSelection(Int32,Int32,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Sub ClearSelection( _
       ByVal columnIndexException As System.Integer, _
       ByVal rowIndexException As System.Integer, _
       ByVal selectExceptionElement As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NDataGridView
    Dim columnIndexException As System.Integer
    Dim rowIndexException As System.Integer
    Dim selectExceptionElement As System.Boolean
     
    instance.ClearSelection(columnIndexException, rowIndexException, selectExceptionElement)
    protected void ClearSelection( 
       System.int columnIndexException,
       System.int rowIndexException,
       System.bool selectExceptionElement
    )

    Parameters

    columnIndexException
    rowIndexException
    selectExceptionElement
    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