Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / CellData Class / IsEmpty Method


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