Excel for WinRT
XLRange Constructor(Int32,Int32)


The index of the row in the cell.
The index of the column in the cell.
Initialization range.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
)
'Usage
 
Dim row As System.Integer
Dim col As System.Integer
 
Dim instance As New XLRange(row, col)
public XLRange( 
   System.int row,
   System.int col
)

Parameters

row
The index of the row in the cell.
col
The index of the column in the cell.
See Also

Reference

XLRange Class
XLRange Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback