XLRange Constructor(Int32,Int32)
In This Topic
Initialization range.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public XLRange(
System.int ,
System.int
)
Parameters
- row
- The index of the row in the cell.
- col
- The index of the column in the cell.
See Also