История страницы
...
Show rows Version 9 (net)
Группа действийAction group: Excel
Описание
Показывает скрытые строки в документе.
...
Description
The action shows hidden rows in the document
Action icon
...
Settings of parameters
Property |
Description |
Type |
Да
Начальная строкаFromПорядковый номер начальной строки диапазона скрытых строк, который будет показан.
Число7ДаКонечная строкаToПорядковый номер конечной строки диапазона скрытых строк, который будет показан.
Если значение в поле равно 0 или значению в поле "От", будет показана одна строка.
Число15НетОсобые условия использования
Если одна или все строки диапазона не скрытые, действие с ошибкой завершаться не будет.
Пример использования
Задача
Существует Excel-документ в котором скрыты строки № 6 и 7.
Требуется сделать их видимыми.
Решение
Filling example | Mandatory field | |||
Parameters | ||||
Context | Action context for working with an Excel document | Robin.Excel | Excel context | Yes |
Start row | Ordinal number of the start row of the range of hidden rows to be displayed. | Robin.Numeric | Yes | |
End row | Ordinal number of the end row of the range of rows to be displayed. If the value in this field is 0 or the value in the start row field, then only one row will be displayed. | Robin.Numeric | No |
Special conditions of use
If one or all of the range rows are not hidden, the action with an error will not terminate.
Example of use
Task
There is an Excel-document where rows number 6 and 7 are hidden.
We need to make them visible.
Solution
Use the "OpenВоспользоваться действиями "Открыть", "Show rows", "СохранитьSave" actions.
Реализация
Implementation
- Assemble a robot scheme with the actions.Собрать схему робота, состоящую из действий:
- Настроить параметры для действия "Открыть"Set the "Open" actions parameters.
Настроить параметры для действия "Показать - Set the "Show rows" action parameters. строки".
- Set the "Save" action parameters.Настроить параметр для действия "Сохранить":
- Запустить робота по кнопке "Старт" в верхней панели.
Результат
Программный робот отработал успешно.
- Click "Start" in the top panel to start the robot.
Result
The program robot completed successfully.
The desired rows are displayed in the document.Требуемые строки отображены в документе.