IsValid Method (CellValue)
In This Topic
Determines whether this cell value is valid.
Syntax
'Declaration
Public Function IsValid() As Boolean
'Usage
Dim instance As CellValue
Dim value As Boolean
value = instance.IsValid()
Return Value
true
if this cell value is valid; otherwise, false
.
See Also