In This Topic
Gets a value indicating whether this range is valid. The range will be invalid if any of its cells don't belong to the owner data grid.
Syntax
'Declaration
Public ReadOnly Property IsValid As Boolean
public bool IsValid {get;}
Property Value
true
if this range is valid; otherwise,
false
.
See Also