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


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