Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellValue Structure / IsValid Method


In This Topic
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