ComponentOne FlexGrid for WPF and Silverlight
IsValid Property (CellRange)

C1.Silverlight.FlexGrid Namespace > CellRange Structure : IsValid Property
Gets a value that indicates whether this range is valid.
Syntax
'Declaration
 
Public ReadOnly Property IsValid As System.Boolean
public System.bool IsValid {get;}
Remarks
A range is considered valid if all its indices (Row, Row2, Column, and Column2) are greater than -1.
See Also

Reference

CellRange Structure
CellRange Members