WebWorksheet.IsProtected

WebWorksheet.IsProtected property

Gets or sets whether the worksheet is protected. When a worksheet is protected, all the cells can not be edit except the cell whose IsLocked property is false.

public bool IsProtected { get; set; }

See Also