CellRange Constructor(Int32,Int32)
In This Topic
Creates one
CellRange instance.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
'Usage
Dim r As System.Integer
Dim c As System.Integer
Dim instance As New CellRange(r, c)
public CellRange(
System.int ,
System.int
)
public CellRange(
: System.Integer;
: System.Integer
);
public function CellRange(
: System.int,
: System.int
);
public: CellRange(
System.int ,
System.int
)
public:
CellRange(
System.int ,
System.int
)
Parameters
- r
- Index of the first row in this range.
- c
- Index of the first column in this range.
See Also