Spread Windows Forms 12.0 Product Documentation
IsValid Method (CellValue)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > CellValue Structure : IsValid Method
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()
public bool IsValid()

Return Value

true if this cell value is valid; otherwise, false.
See Also

Reference

CellValue Structure
CellValue Members