Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / IsNull Method


In This Topic
    IsNull Method (GeneralEditor)
    In This Topic
    Gets whether the control contains a null value.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsNull() As Boolean
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim value As Boolean
     
    value = instance.IsNull()
    public virtual bool IsNull()

    Return Value

    Whether the control contains a null value.
    See Also