ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / CellRange Structure / IsValid Property

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