UpdateBordersRequest: UpdateBordersRequest Object

Description Usage Arguments Details Value

Description

UpdateBordersRequest Object

Usage

1
2
UpdateBordersRequest(right = NULL, range = NULL, innerHorizontal = NULL,
  top = NULL, left = NULL, bottom = NULL, innerVertical = NULL)

Arguments

right

The border to put at the right of the range

range

The range whose borders should be updated

innerHorizontal

The horizontal border to put within the range

top

The border to put at the top of the range

left

The border to put at the left of the range

bottom

The border to put at the bottom of the range

innerVertical

The vertical border to put within the range

Details

Autogenerated via gar_create_api_objects Updates the borders of a range.If a field is not set in the request, that means the border remains as-is.For example, with two subsequent UpdateBordersRequest: 1. range: A1:A5 ' top: RED, bottom: WHITE ' 2. range: A1:A5 ' left: BLUE 'That would result in A1:A5 having a borders of' top: RED, bottom: WHITE, left: BLUE '.If you want to clear a border, explicitly set the style toNONE.

Value

UpdateBordersRequest object


lantanacamara/googleSheetsR documentation built on May 3, 2019, 11:52 p.m.