XLCellRange Constructor(XLSheet,String)
In This Topic
Creates an instance of an
XLCellRange object containing a specified range.
Syntax
'Declaration
Public Function New( _
ByVal As XLSheet, _
ByVal As System.String _
)
public XLCellRange(
XLSheet ,
System.string
)
Parameters
- sheet
- The owner sheet for the range.
- reference
- The text presentation of a specified range without sheets.
See Also