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

Ключ

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

...

Show rows Version 1 (Python)

Группа действийAction group:  ОфисOffice

Описание

Действие показывает скрытые строки.

Иконка действия

Image Removed

Параметры

Входные параметры  

  1. Контекст - Контекст действия для работы с таблицей ods/xlsx.
  2. Индекс начальной строки - Порядковый номер начальной строки в диапазоне строк, которые будут показаны. Нумерация начинается с 1.
  3. Индекс конечной строки - Порядковый номер конечной строки в диапазоне строк, которые будут показаны. Нумерация начинается с 1.

Настройки

...

Description

Action shows hidden rows

Action icon

Image Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
ContextAction context for working with ods/xlsx table
СвойствоОписаниеТипПример заполненияОбязательность заполнения поляПараметрыКонтекстКонтекст действия для работы с таблицей ods/xlsx
.Robin.OpenSheetD oc
 

Yes
ДаИндекс начальной строкиПорядковый номер начальной строки в диапазоне строк, которые будут показаны. Нумерация начинается с
Starting row indexThe sequence number of the starting row in the range of rows to be displayed. The numbering starts from 1.Robin.Numeric
 

Yes
ДаИндекс конечной строкиПорядковый номер конечной строки в диапазоне строк, которые будут показаны. Нумерация начинается с
Ending row indexThe sequence number of the ending row in the range of rows to be displayed. The numbering starts from 1.Robin.Numeric
 Нет

Особые условия использования

Отсутствуют.

Пример использования

Задача

Существует табличный документ, в котором скрыты строки № 2 и 3. Требуется сделать их видимыми.

Image Removed

Решение

Воспользоваться действиями "Открыть", "Показать строки", "Сохранить".

Реализация

...


No

Special conditions of use

None.

Example of use

Task

There is a tabular document in which rows 2 and 3 are hidden. It is required to make them visible.

Image Added

Solution

Use the actions "Open", "Show rows", "Save".

Implementation

  1. Assemble a robot scheme consisting of actions:Image Added

  2. Set parameters for the "Open" action. In the "Path to file" field specify the path to the required tabular document "Test 1".
    Image Added

  3. Set the parameters for the "Show rows" action. 
    1. in the "Context" field specify the context of the opened document "Test 1";
    2. in the "Starting row index" field specify the index of the starting row in the range of rows to be displayed;
    3. in the "Ending row index" field specify the index of the end line in the range of lines to be displayed.
    4. Image Added

  4. Set the parameters of the "Save" action.
    1. In the "Context" field specify the context of the opened document "Test 1".
      Image Added

  5. Launch the robot using the "Start" button in the top panel. 

Result

The program robot completed successfully.

Image Added

The required lines are displayed in the document.

Image Added

...

Результат

Программный робот отработал успешно.

Image Removed

Требуемые строки отображены в документе.

Image Removed