GridTableItemStyle.IsLocked

GridTableItemStyle.IsLocked property

Gets or sets a value indicating whether a cell can be modified or not when its worksheet is protected. When its worksheet is protected and IsLocked is true, the cell can not be edit. When its worksheet is protected and IsLocked is false, the cell can be edit.

public bool IsLocked { get; set; }

See Also