Gets a value that indicates whether this range is valid.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.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