Heureka API .NET Documentation
Range Property



Syntax
'Declaration
 
<DispIdAttribute(197)>
ReadOnly Property Range( _
   ByVal Cell1 As Object, _
   Optional ByVal Cell2 As Object _
) As Range
'Usage
 
Dim instance As _Worksheet
Dim Cell1 As Object
Dim Cell2 As Object
Dim value As Range
 
value = instance.Range(Cell1, Cell2)
[DispId(197)]
Range Range( 
   object Cell1,
   object Cell2
) {get;}
[DispId(197)]
property Range^ Range {
   Range^ get(Object^ Cell1, Object^ Cell2);
}

Parameters

Cell1
Cell2
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

_Worksheet Interface
_Worksheet Members

Send Feedback