GetCellBounds(Int32,Int32) Method
In This Topic
Syntax
'Declaration
Public Overloads Function GetCellBounds( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Drawing.Rectangle
public System.Drawing.Rectangle GetCellBounds(
System.int ,
System.int
)
Parameters
- row
- col
See Also