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