Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / CellData Class / Empty Field


In This Topic
    Empty Field (CellData)
    In This Topic
    Represents the empty cell value.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Empty As CellData
    'Usage
     
    Dim value As CellData
     
    value = CellData.Empty
    public static readonly CellData Empty
    See Also