IsValid Method (CellValue)
Determines whether this cell value is valid.
'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
.