Excel for WinRT
XLCellRange Constructor(XLSheet,String)


The owner sheet for the range.
The text presentation of a specified range without sheets.
Creates an instance of an XLCellRange object containing a specified range.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheet As XLSheet, _
   ByVal reference As System.String _
)
'Usage
 
Dim sheet As XLSheet
Dim reference As System.String
 
Dim instance As New XLCellRange(sheet, reference)
public XLCellRange( 
   XLSheet sheet,
   System.string reference
)

Parameters

sheet
The owner sheet for the range.
reference
The text presentation of a specified range without sheets.
See Also

Reference

XLCellRange Class
XLCellRange Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback