Loading...
Property in Range
Gets a value indicating whether this range is valid.
public bool IsValid { get; }
A range is valid when its start and end positions are both valid, and the start position is not after the end position.