Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

The action sets the color to the specified cell.

Action icon

Action parameters

Input parameters 

  1. Context - The action context for working with an Excel document.
  2. Column of the cell - Column of the cell where the color will be set. For example A.
  3. Column index - Column index of the cell column in which the color will be set.
  4. Row of the cell - The row of the cell in which the color will be set.... For example: 2.
  5. RGB code - Rgb color code in the format "{value for channel R}, {value for channel G}, {value for channel B}". Example: 100,150,200. Applies when the "Custom" option in the Color field is selected.
  6. Color - The color to be set in the selected cell. Example: Brown.

Settings

Property

Description

Type

Example of filling in

Obligatory to fill in the field

Parameters

Context

Action context for working with an Excel document

Excel instance

Excel context

Yes

Column of the cell

The column of the cell in which the color will be set

String


No

Column index

The index of the cell column in which the color will be set

Numeric


No

Row of the cell

Cell row in which the color will be set

Numeric


Yes

RGB code

RGB color code in the format "{value for channel R}, {value for channel G}, {value for channel B}". Example: 134,108,242. Applies when the "Custom" option in the "Color" field is selected

String


No

Color

The color to be set in the selected cell

String


Yes

...