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