C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellRange Structure / IsValid Property

In This Topic
IsValid Property
In This Topic
Gets a value that indicates whether this range is valid.
Syntax
'Declaration
 
Public ReadOnly Property IsValid As Boolean
 
Remarks
A range is considered valid if all its indices (Row, Row2, Column, and Column2) are greater than -1.
See Also