Excel for WinRT
XLRange Constructor(String)


The area reference text (for exapmle: 'A4:D8').
Initialization range.
Syntax
'Declaration
 
Public Function New( _
   ByVal areaRef As System.String _
)
'Usage
 
Dim areaRef As System.String
 
Dim instance As New XLRange(areaRef)
public XLRange( 
   System.string areaRef
)

Parameters

areaRef
The area reference text (for exapmle: 'A4:D8').
See Also

Reference

XLRange Class
XLRange Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback