Skip to content

Comments Style Protection

Aleksei edited this page May 28, 2021 · 3 revisions

Protection.jpg

var wb = new XLWorkbook();
var ws = wb.Worksheets.Add("Protection");

ws.Cell("A1").CreateComment().Style
  .Protection.SetLocked(false)
  .Protection.SetLockText(false);

wb.SaveAs("CommentsProtection.xlsx");

FAQ

Examples

Real world scenarios

Time Savers

Performance and Memory

Misc

Inserting Data/Tables

Styles

Ranges

Rows

Columns

Page Setup (Print Options)

AutoFilters

Comments

Dev docs

Clone this wiki locally