История страницы
...
Hide rows Version 1 (Python)
...
Action group:
...
Office
Описание
Действие скрывает видимые строки.
Иконка действия
Параметры
Входные параметры
- Контекст - Контекст действия для работы с таблицей ods/xlsx.
- Индекс начальной строки - Порядковый номер начальной строки в диапазоне строк, которые будут скрыты. Нумерация начинается с 1.
- Индекс конечной строки - Порядковый номер конечной строки в диапазоне строк, которые будут скрыты. Нумерация начинается с 1.
Настройки
...
Description
The action hides visible rows.
Action icon
Settings
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Action context for working with ods/xlsx table |
. | Robin.OpenSheetD oc |
Yes | ||
Starting row index | The sequence number of the starting row in the range of rows to be hidden. The numbering starts from 1. | Robin.Numeric |
Yes | ||
Ending row index | The sequence number of the ending row in the range of rows to be hidden. The numbering starts from 1. | Robin.Numeric |
Особые условия использования
Отсутствуют.
Пример использования
Задача
No |
Special conditions of use
None.
Example of use
Task
There is a tabular document. It is necessary to hide rows 2 and 3Есть табличный документ. Необходимо скрыть строки №2 и №3.
Решение
...
Solution
Use the actions "Open", "
...
Hide rows", "
...
Save".
Реализация
Implementation
- Assemble a robot scheme consisting of actionsСобрать схему робота, состоящую из действий:
Настроить параметры для действия "Открыть". В поле "Путь к файлу" указать путь до требуемого табличного документа «Test 1».
Настроить параметры для действия "Скрыть строки". - в поле "Контекст" указать контекст открытого документа «Test 1»;
- в поле "индекс начальной строки" указать индекс начальной строки в диапазоне строк, которые будут скрыты; в поле «индекс конечной строки» указать индекс конечной строки в диапазоне строк, которые будут скрыты.
- Запустить робота по кнопке "Старт" в верхней панели.
Настроить параметры действия "Сохранить".В поле "Контекст" указать контекст открытого документа «Test 1».
Результат
Программный робот отработал успешно.
- Set parameters for the "Open" action. In the "File path" field specify the path to the required tabular document "Test 1".
- Set the parameters for the "Hide rows" action.
- in the "Context" field specify the context of the opened document "Test 1";
- in the " Starting row index" field specify the index of the starting row in the range of rows that will be hidden;
- in the "Ending row index" field specify the index of the ending row in the range of rows to be hidden.
- Set the parameters of the Save action.
- In the "Context" field, specify the context of the open document "Test 1".
- In the "Context" field, specify the context of the open document "Test 1".
- Launch the robot using the "Start" button in the top panel.
Result
The program robot completed successfully.
Lines 2 and 3 are hiddenСкрыты строки №2 и №3.
Обзор
Инструменты контента