Gets a rectangle that represents the position of a
CellRange on the panel.
'Declaration
Public Overloads Function GetCellRect( _
ByVal As CellRange _
) As System.Windows.Rect
public System.Windows.Rect GetCellRect(
CellRange
)
Parameters
- rng
- CellRange to locate.
Return Value
A rectangle that represents the position of the cell range.