[]
public void SetRange(int row, int col)
| Type | Name | Description |
|---|---|---|
| int | row | |
| int | col |
public void SetRange(int row, int col, int row2, int col2)
| Type | Name | Description |
|---|---|---|
| int | row | Value to assign to the Row property. |
| int | col | Value to assign to the Column property. |
| int | row2 | Value to assign to the Row2 property. |
| int | col2 | Value to assign to the Column2 property. |