[]
Locked the specified cell..
public void AddLockedCell(int row, int column)
Type | Name | Description |
---|---|---|
int | row | |
int | column |
Locked the specified cell range.
public void AddLockedCell(int row1, int column1, int row2, int column2)
Type | Name | Description |
---|---|---|
int | row1 | |
int | column1 | |
int | row2 | |
int | column2 |