Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellValue Structure / Invalid Field


In This Topic
    Invalid Field
    In This Topic
    Represents an invalid cell value. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Invalid As CellValue
    'Usage
     
    
    Dim value As CellValue
     
    value = CellValue.Invalid
    public static readonly CellValue Invalid
    See Also