Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellProtection Structure / IsEmpty Method


In This Topic
    IsEmpty Method (CellProtection)
    In This Topic
    Determines whether this CellProtection is empty.
    Syntax
    'Declaration
     
    
    Public Function IsEmpty() As Boolean
    'Usage
     
    
    Dim instance As CellProtection
    Dim value As Boolean
     
    value = instance.IsEmpty()
    public bool IsEmpty()

    Return Value

    true if this CellProtection is empty; otherwise, false.
    See Also