Returns the Rectangle for the given Row and Column
Syntax
'Declaration
Public Overridable Function GetCellBounds( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Drawing.Rectangle
public virtual System.Drawing.Rectangle GetCellBounds(
System.int ,
System.int
)
Parameters
- Row
- Visible row number
- Col
- Visible column index
See Also