[]
public void SetRange(int row, int col)
Public Sub SetRange(row As Integer, col As Integer)
| Type | Name | Description |
|---|---|---|
| int | row | |
| int | col |
public void SetRange(int row, int col, int row2, int col2)
Public Sub SetRange(row As Integer, col As Integer, row2 As Integer, col2 As Integer)
| 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. |