Spread WPF 18
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