Split.CellRange Constructor(Int32,Int32,Int32,Int32)
In This Topic
Initializes a new instance of the
Split.CellRange struct.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public Split.CellRange(
System.int ,
System.int ,
System.int ,
System.int
)
Parameters
- row1
- The row1.
- col1
- The col1.
- row2
- The row2.
- col2
- The col2.
See Also