Gets a value that indicates whether this range is valid.

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

Syntax

C#
public bool IsValid { get; }
Visual Basic
Public ReadOnly Property IsValid As Boolean
	Get

Remarks

A range is considered valid if all its indices (Row, Row2, Column, and Column2) are greater than -1.

See Also