'Declaration
Protected Overridable Sub SetSelectedColumnCore( _ ByVal columnIndex As System.Integer, _ ByVal selected As System.Boolean _ )
'Usage
Dim instance As NDataGridView Dim columnIndex As System.Integer Dim selected As System.Boolean instance.SetSelectedColumnCore(columnIndex, selected)
protected virtual void SetSelectedColumnCore( System.int columnIndex, System.bool selected )
Parameters
- columnIndex
- selected