Skip to content

Instantly share code, notes, and snippets.

@devlights
Created January 30, 2013 06:43
Show Gist options
  • Save devlights/4671247 to your computer and use it in GitHub Desktop.
Save devlights/4671247 to your computer and use it in GitHub Desktop.
SPREAD for ASP.NETでCheckBoxCellTypeをdisable状態にする。
var cellType = new CheckboxCellType();
sheet.Cells(i, j).CellType = cellType;
sheet.Cells(i, j).Locked = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment