Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / CellLocation Structure / Empty Field


In This Topic
    Empty Field (CellLocation)
    In This Topic
    Gets a value that represents a static empty CellLocation.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Empty As CellLocation
    'Usage
     
    Dim value As CellLocation
     
    value = CellLocation.Empty
    public static readonly CellLocation Empty
    See Also