SpreadsheetGear 2023
Range Property (IRange)


SpreadsheetGear Namespace > IRange Interface : Range Property
Returns the cells represented by this instance of IRange.
Syntax
'Declaration
 
ReadOnly Property Range As IRange
'Usage
 
Dim instance As IRange
Dim value As IRange
 
value = instance.Range
IRange Range {get;}
Remarks
This property actually returns the same thing as Cells and is here as a convenience to Excel developers who are used to utilizing this property in the Excel Range object.
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

IRange Interface
IRange Members
Cells Property