End
function End(direction: Direction = null): ApiRange
Description
Returns a Range object that represents the end in the specified direction in the specified range.
Parameters
The direction of end in the specified range. *
Returns
ApiRange
Try It
var oWorksheet = Api.GetActiveSheet();
var oRange = oWorksheet.GetRange("C4:D5");
oRange.End("xlToLeft").SetFillColor(Api.CreateColorFromRGB(255, 213, 191));