Spread Windows Forms 12.0 Product Documentation
IsEmpty Method (CellProtection)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CellProtection Structure : IsEmpty Method
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

Reference

CellProtection Structure
CellProtection Members