[]
Returns an IRange object that represents the cell at the end of the region that contains the source range.
IRange End(Direction direction, bool includeHidden = false)
Function [End](direction As Direction, Optional includeHidden As Boolean = False) As IRange
Type | Name | Description |
---|---|---|
Direction | direction | The direction in which to move. |
bool | includeHidden |
|
Type | Description |
---|---|
IRange | An IRange object that represents the cell at the end of the region that contains the source range. |