Spread WPF 18
GrapeCity.CalcEngine Namespace / CellValue Structure / False Field


In This Topic
    False Field
    In This Topic
    Represents a false cell value.
    Syntax
    'Declaration
     
    Public Shared ReadOnly False As CellValue
    'Usage
     
    Dim value As CellValue
     
    value = CellValue.False
    public static readonly CellValue False
    See Also