Excel for WinRT
XLRange Constructor(Int32,Int32,Int32,Int32)


The index of the top row in the range.
The index of the left column in the range.
The index of the bottom row in the range.
The index of the right column in the range.
Initialization range.
Syntax
'Declaration
 
Public Function New( _
   ByVal rowFirst As System.Integer, _
   ByVal colFirst As System.Integer, _
   ByVal rowLast As System.Integer, _
   ByVal colLast As System.Integer _
)
'Usage
 
Dim rowFirst As System.Integer
Dim colFirst As System.Integer
Dim rowLast As System.Integer
Dim colLast As System.Integer
 
Dim instance As New XLRange(rowFirst, colFirst, rowLast, colLast)
public XLRange( 
   System.int rowFirst,
   System.int colFirst,
   System.int rowLast,
   System.int colLast
)

Parameters

rowFirst
The index of the top row in the range.
colFirst
The index of the left column in the range.
rowLast
The index of the bottom row in the range.
colLast
The index of the right column in the range.
See Also

Reference

XLRange Class
XLRange Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback