GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / End Method
The direction in which to move.
true if hidden cells are included; otherwise, false.


In This Topic
End Method
In This Topic
Returns an IRange object that represents the cell at the end of the region that contains the source range.
Syntax
'Declaration
 
Function End( _
   ByVal direction As Direction, _
   Optional ByVal includeHidden As Boolean _
) As IRange
 
'Usage
 
Dim instance As IRange
Dim direction As Direction
Dim includeHidden As Boolean
Dim value As IRange
 
value = instance.End(direction, includeHidden)

Parameters

direction
The direction in which to move.
includeHidden
true if hidden cells are included; otherwise, false.

Return Value

An IRange object that represents the cell at the end of the region that contains the source range.
See Also