CellRange Constructor(Int32,Int32)
In This Topic
Initializes a new instance of a
CellRange containing a single cell.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
public CellRange(
int ,
int
)
Parameters
- row
- Index of the cell row.
- col
- Index of the cell column.
See Also