'Declaration
Public Overloads Function GetCellRect( _
ByVal row As System.Integer, _
ByVal col As System.Integer, _
ByVal show As System.Boolean _
) As System.Drawing.Rectangle
public System.Drawing.Rectangle GetCellRect(
System.int row,
System.int col,
System.bool show
)