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