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


In This Topic
    Invalid Field (CellValue)
    In This Topic
    Represents an invalid cell value.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Invalid As CellValue
    'Usage
     
    
    Dim value As CellValue
     
    value = CellValue.Invalid
    public static readonly CellValue Invalid
    See Also