[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.End

End Method

End(Direction, bool)

Returns an IRange object that represents the cell at the end of the region that contains the source range.

Declaration
IRange End(Direction direction, bool includeHidden = false)
Function [End](direction As Direction, Optional includeHidden As Boolean = False) As IRange
Parameters
Type Name Description
Direction direction

The direction in which to move.

bool includeHidden

true if hidden cells are included; otherwise, false.

Returns
Type Description
IRange

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