GetCellBounds Method
GetCellBounds(int, int, int, int)
Declaration
public Rectangle GetCellBounds(int row, int col, int rowSpan, int colSpan)
Public Function GetCellBounds(row As Integer, col As Integer, rowSpan As Integer, colSpan As Integer) As Rectangle
Parameters
| Type |
Name |
Description |
| int |
row |
|
| int |
col |
|
| int |
rowSpan |
|
| int |
colSpan |
|
Returns
GetCellBounds(int, int)
Declaration
public Rectangle GetCellBounds(int row, int col)
Public Function GetCellBounds(row As Integer, col As Integer) As Rectangle
Parameters
| Type |
Name |
Description |
| int |
row |
|
| int |
col |
|
Returns