SetRange(Int32,Int32) Method
In This Topic
Sets the value of the
Row,
Row2,
Column, and
Column2 properties.
Syntax
'Declaration
Public Overloads Sub SetRange( _
ByVal As Integer, _
ByVal As Integer _
)
public void SetRange(
int ,
int
)
Parameters
- row
- Value to assign to the Row and Row2 properties.
- col
- Value to assign to the Column and Column2 properties.
See Also