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