[]
public struct CellProtection : IEquatable<CellProtection>
Public Structure CellProtection
Implements IEquatable(Of CellProtection)
Name | Description |
---|---|
Empty |
Name | Description |
---|---|
FormulaHidden | Gets or sets a value indicating whether the cell formula is hidden. |
Locked | Gets or sets a value indicating whether the cell is locked. |
Name | Description |
---|---|
Equals(CellProtection) | Indicates whether the current object is equal to another object of the same type. |
Equals(object) | Determines whether the specified object is equal to this instance. |
GetHashCode() | Returns a hash code for this instance. |
IsEmpty() | Determines whether this CellProtection is empty. |
IsSet(CellProtectionAttributes) | Determines whether the specified property has been assigned value. |
Reset(CellProtectionAttributes) | Resets the specified property to unset state. |