Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / CellLocation Structure / IsEmpty Method


In This Topic
    IsEmpty Method (CellLocation)
    In This Topic
    Gets a boolean vaue indicating whether this CellLocation value is empty.
    Syntax
    'Declaration
     
    Public Function IsEmpty() As Boolean
    'Usage
     
    Dim instance As CellLocation
    Dim value As Boolean
     
    value = instance.IsEmpty()
    public bool IsEmpty()
    See Also