[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CellProtection

CellProtection Struct

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public struct CellProtection : IEquatable<CellProtection>
Public Structure CellProtection
    Implements IEquatable(Of CellProtection)

Fields

Name Description
Empty

Properties

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.

Methods

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.