Gets or sets a value that indicates whether the cell value is valid.
Syntax
'Declaration
Public ReadOnly Property IsValid As Boolean
'Usage
Dim instance As Cell
Dim value As Boolean
value = instance.IsValid
public bool IsValid {get;}
Property Value
true
if the cell value is valid; otherwise,
false
.
See Also