История страницы
...
Show columns Version 10 (.Net)
Группа действийAction group: Excel
Описание
Действие показывает скрытые столбцы в Excel-файле.
...
Description
Action shows hidden columns in Excel file
Action icon
Параметры действия
Входные параметры
- Поле “Контекст” - Контекст действия для работы с Excel-документом.
- Поле “Имя начального столбца” - Имя начального столбца в диапазоне, который будет показан. Если указанный столбец не скрытый, действие выведет предупреждение. С ошибкой завершаться не будет. Если поле не заполнено, то берется значение из поля «Индекс начального столбца».
- Поле “Индекс начального столбца” - Индекс начального столбца в диапазоне, который будет показан. Если указанный столбец не скрытый, действие выведет предупреждение. С ошибкой завершаться не будет.
- Поле “Имя конечного столбца” - Имя конечного столбца в диапазоне, который будет показан. Если поле не заполнено, то берется значение из поля «Индекс конечного столбца».
- Поле “Индекс конечного столбца” - Индекс конечного столбца в диапазоне, который будет показан. Если поле не заполнено, то будет скрыт один столбец.
Настройки
...
Свойство
...
Описание
...
Тип
...
Пример заполнения
...
Обязательность заполнения поля
...
Параметры
...
Контекст
...
Контекст действия для работы с Excel-документом
...
Robin.Excel
...
Контекст excel
...
Да
...
Имя начального столбца
...
Имя начального столбца в диапазоне, который будет показан. Если указанный столбец не скрытый, действие выведет предупреждение. С ошибкой завершаться не будет. Если поле не заполнено, то берется значение из поля «Индекс начального столбца».
...
Robin.String
...
Нет
Action parameters
Input parameters
- “Context” field - The context of the action for working with the Excel document.
- “Starting column name” field - The name of the starting column in the range that will be shown. If the specified column is not hidden, the action will display a warning. It will not terminate with an error. If the field is not filled in, the value from the “Starting column index” field is taken.
- “Starting column index” field - The index of the starting column in the range to be displayed. If the specified column is not hidden, the action will display a warning. It will not terminate with an error.
- “Final column name” field - The name of the final column in the range to be shown. If the field is not filled in, the value from the “Final column index” field is taken.
- ”Final column index” field - The index of the final column in the range that will be shown. If the field is not filled in, one column will be hidden.
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 |
Starting column name | The name of the starting column in the range to be displayed. If the specified column is not hidden, the action will display a warning. It will not terminate with an error. If the field is not filled in, the value from the “Starting column index” field is taken. | String | Нет | |
Starting column index | The index of the starting column in the range to be displayed. If the specified column is not hidden, the action will display a warning. It will not terminate with an error. | Numeric | Нет | |
Final column name | The name of the end column in the range to be displayed. If the field is not filled in, the value from the “Final column index” field is taken. | String | Нет | |
Final column index | The index of the final column in the range to be shown. If the field is not filled in, a single column will be shown. | Numeric | Нет |
Special conditions of use
None.
Example of use
Task
There is an Excel document.
You need to show columns A and B using the “Show columns” action.
Solution
Implementation of the action requires the following actions - “Open”, “Show columns”, “Save”, “Close”.
Implementation
- Assemble a robot scheme consisting of actions:
2. Set the parameters in the “Open” action.
3. Set the parameters of the “Show columns” action.
4. Set the parameters in the “Save” action.
5. Set the parameters in the “Close” action.
6. Click on the “Start” button and see the result.
Result
The specified columns are shown
...
Индекс начального столбца
...
Индекс начального столбца в диапазоне, который будет показан. Если указанный столбец не скрытый, действие выведет предупреждение. С ошибкой завершаться не будет.
...
Robin.Numeric
...
Нет
...
Имя конечного столбца
...
Имя конечного столбца в диапазоне, который будет показан. Если поле не заполнено, то берется значение из поля «Индекс конечного столбца».
...
Robin.String
...
Нет
...
Индекс конечного столбца
...
Индекс конечного столбца в диапазоне, который будет показан. Если поле не заполнено, то будет показан один столбец.
...
Robin.Numeric
...
Нет
Особые условия использования
Отсутствуют.
Пример использования
Задача
Есть Excel - документ.
Необходимо показать столбцы A и B с помощью действия "Show columns".
Решение
Для реализации действия нужны следующие действия - "Открыть", "Показать столбцы", "Сохранить", “Закрыть”.
Реализация
- Собрать схему робота, состоящую из действий:
2. Укажем параметры в действии “Открыть”
3. Настроить параметры действия "Show columns".
4. Укажем параметры в действии “Сохранить”
5. Укажем параметры в действии “Закрыть”
6. Нажмем на кнопку “Старт” и посмотрим результат
Результат
Указанные столбцы показаны.