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