Initializes a new instance of the
Split.CellRange struct.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public Split.CellRange(
System.int ,
System.int
)
Parameters
- row
- The row.
- col
- The col.
See Also