'Declaration
Public Overloads Sub Select( _
ByVal row As System.Integer, _
ByVal col As System.Integer, _
ByVal rowSel As System.Integer, _
ByVal colSel As System.Integer, _
ByVal show As System.Boolean _
)
public void Select(
System.int row,
System.int col,
System.int rowSel,
System.int colSel,
System.bool show
)