Style.CellLocked

Style.CellLocked property

Gets or sets a value indicating whether a cell can be modified or not.

public bool CellLocked { get; set; }

Remarks

Locking cells has no effect unless the worksheet is protected.

See Also