Excel for WinRT
XLCellRange Constructor(Int32,Int32,Int32,Int32,Int32,Int32,XLReferenceType,XLReferenceType,XLReferenceType,XLReferenceType)


First index of the XLSheet of the range.
Last index of the XLSheet of the range.
Top row in the range.
Bottom row in the range.
Left column in the range.
Right column in the range.
The reference type of the top row in the range.
The reference type of the bottom row in the range.
The reference type of the left column in the range.
The reference type of the right column in the range.
Creates an instance of an XLCellRange object containing a specified range.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheetFrom As System.Integer, _
   ByVal sheetTo As System.Integer, _
   ByVal rowFrom As System.Integer, _
   ByVal rowTo As System.Integer, _
   ByVal colFrom As System.Integer, _
   ByVal colTo As System.Integer, _
   ByVal rowFromRef As XLReferenceType, _
   ByVal rowToRef As XLReferenceType, _
   ByVal colFromRef As XLReferenceType, _
   ByVal colToRef As XLReferenceType _
)
'Usage
 
Dim sheetFrom As System.Integer
Dim sheetTo As System.Integer
Dim rowFrom As System.Integer
Dim rowTo As System.Integer
Dim colFrom As System.Integer
Dim colTo As System.Integer
Dim rowFromRef As XLReferenceType
Dim rowToRef As XLReferenceType
Dim colFromRef As XLReferenceType
Dim colToRef As XLReferenceType
 
Dim instance As New XLCellRange(sheetFrom, sheetTo, rowFrom, rowTo, colFrom, colTo, rowFromRef, rowToRef, colFromRef, colToRef)
public XLCellRange( 
   System.int sheetFrom,
   System.int sheetTo,
   System.int rowFrom,
   System.int rowTo,
   System.int colFrom,
   System.int colTo,
   XLReferenceType rowFromRef,
   XLReferenceType rowToRef,
   XLReferenceType colFromRef,
   XLReferenceType colToRef
)

Parameters

sheetFrom
First index of the XLSheet of the range.
sheetTo
Last index of the XLSheet of the range.
rowFrom
Top row in the range.
rowTo
Bottom row in the range.
colFrom
Left column in the range.
colTo
Right column in the range.
rowFromRef
The reference type of the top row in the range.
rowToRef
The reference type of the bottom row in the range.
colFromRef
The reference type of the left column in the range.
colToRef
The reference type of the right column in the range.
See Also

Reference

XLCellRange Class
XLCellRange Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback