Gets a CellRange object that represents the cell at the specified location.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public CellRange CellRange { get; }
Visual Basic
Public ReadOnly Property CellRange As CellRange
	Get

Remarks

If there is no cell at the specified location, this property returns an invalid CellRange. Use the IsValid property to determine whether a CellRange is valid.

See Also