Gets a rectangle that represents the position of a cell on the panel.
'Declaration
Public Overloads Function GetCellRect( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Windows.Rect
public System.Windows.Rect GetCellRect(
System.int ,
System.int
)
Parameters
- row
- Index of the cell row.
- col
- Index of the cell column.
Return Value
A rectangle that represents the position of the cell.