Gets a CellRange value that indicates the range of cells currently visible on the grid.

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

Syntax

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

See Also