GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Previous Property


In This Topic
Previous Property (IRange)
In This Topic
Returns an IRange object that represents the previous cell.
Syntax
'Declaration
 
ReadOnly Property Previous As IRange
 
'Usage
 
Dim instance As IRange
Dim value As IRange
 
value = instance.Previous

Property Value

The previous.
See Also