ComponentOne True DBGrid for WinForms
GetCellBounds Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > Split Class : GetCellBounds Method
Visible row number
Visible column index
Returns the Rectangle for the given Row and Column
Syntax
'Declaration
 
Public Overridable Function GetCellBounds( _
   ByVal Row As System.Integer, _
   ByVal Col As System.Integer _
) As System.Drawing.Rectangle
public virtual System.Drawing.Rectangle GetCellBounds( 
   System.int Row,
   System.int Col
)

Parameters

Row
Visible row number
Col
Visible column index
See Also

Reference

Split Class
Split Members