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


Top row in the range.
Bottom row in the range.
Left column in the range.
Right column in the range.
Creates an instance of an XLCellRange object containing a specified range.
Syntax
'Declaration
 
Public Function New( _
   ByVal rowFrom As System.Integer, _
   ByVal rowTo As System.Integer, _
   ByVal colFrom As System.Integer, _
   ByVal colTo As System.Integer _
)
'Usage
 
Dim rowFrom As System.Integer
Dim rowTo As System.Integer
Dim colFrom As System.Integer
Dim colTo As System.Integer
 
Dim instance As New XLCellRange(rowFrom, rowTo, colFrom, colTo)
public XLCellRange( 
   System.int rowFrom,
   System.int rowTo,
   System.int colFrom,
   System.int colTo
)

Parameters

rowFrom
Top row in the range.
rowTo
Bottom row in the range.
colFrom
Left column in the range.
colTo
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