XLRange Constructor(Int32,Int32,Int32,Int32)
In This Topic
Initialization range.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public XLRange(
System.int ,
System.int ,
System.int ,
System.int
)
Parameters
- rowFirst
- The index of the top row in the range.
- colFirst
- The index of the left column in the range.
- rowLast
- The index of the bottom row in the range.
- colLast
- The index of the right column in the range.
See Also