Returns the Rectangle for the given Row and Column
[Visual Basic]
Overridable Public Function GetCellBounds( _
ByVal Row As Integer, _
ByVal Col As Integer _
) As Rectangle
[C#]
virtual public Rectangle GetCellBounds(
int Row,
int Col
);
[Delphi]
public function GetCellBounds(
Row: Int32;
Col: Int32
): Rectangle; virtual;
Parameters
Row
Visible row number
Col
Visible column index
Return Value
The rectangle for the given row and column.
See Also
Split Class | Split Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |