История страницы
...
Clear cell Version 9 (Net)
Группа действийAction group: Excel
Описание
Действие удаляет значение из заданной ячейки.
...
Description
The action removes a value from the specified cell.
Icon
...
Parameters
Входные параметрыInput parameters:
Контекст - Контекст действия для работы с Excel-документом;
Имя столбца - Наименование столбца, в котором будут очищены данные. Если поле не заполнено, то берется значение из поля «Индекс столбца». Например: С;
Индекс столбца - Индекс столбца, в котором будут очищены данные. Индексация начинается с 0. Если заполнено поле «Имя столбца», то значение в поле «Индекс столбца» игнорируется. Значение по умолчанию равно «0»;
Индекс строки - Индекс строки, в которой будут очищены данные. Индексация начинается с 0. Например: 3.
Настройки
...
Свойство
...
Описание
...
Тип
...
Пример заполнения
...
Обязательность заполнения поля
...
Параметры
...
Контекст
...
Контекст действия для работы с Excel-документом
...
Robin.Excel
...
Контекст excel
...
Да
...
Имя столбца
...
Наименование столбца, в котором будут очищены данные. Если поле не заполнено, то берется значение из поля «Индекс столбца».
...
Robin.String
...
Нет
...
Индекс столбца
...
Индекс столбца, в котором будут очищены данные. Индексация начинается с 0. Если заполнено поле «Имя столбца», то значение в поле «Индекс столбца» игнорируется. Значение по умолчанию равно «0».
...
Robin.Numeric
...
Нет
- Context - Action context for working with Excel document;
- Column of the cell - Name of the column in which the data will be cleared. If the field is not filled in, the value from the "Column index" field is taken. For example: С;
- Column index - Index of the column in which the data will be cleared. Indexing starts from 0. If the "Column index" field is filled in, the value in the "Column index" field is ignored. The default value is "0";
- Row of the cell - The index of the row in which the data will be cleared. The indexing starts at 0. For example: 3.
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 | Name of the column in which the data will be cleared. If the field is not filled in, the value from the "Column index" field is taken. | String | Нет | |
Column index | The index of the column in which the data will be cleared. Indexing starts from 0. If the "Column of the cell" field is filled in, the value in the "Column index" field is ignored. The default value is "0". | Numeric | Нет | |
Row of the cell | The index of the row in which the data will be cleared. Indexing starts from 0 | Numeric | Да |
Special conditions of use
The "R1C1" reference style is not supported.
Example of use
Task
There is an Excel document in which values are written. It is required to clear the value in cell C3.
Solution
Use the actions "Open", "Clear cell", "Save".
Implementation
- Assemble a robot scheme consisting of the actions:
- Customize parameters for the "Open" action:
- Customize the parameters for the "Clear cell" action:
- Customize parameters for the "Save" action:
Result:
The program robot completed successfully.
The value from cell C3 has been cleared
...
Индекс строки
...
Индекс строки, в которой будут очищены данные. Индексация начинается с 0
...
Robin.Numeric
...
Да
Особые условия использования
Стиль ссылок "R1C1" не поддерживается.
Пример использования
Задача
Существует Excel-документ в котором записаны значения. Требуется очистить значение в ячейке С3.
Решение
Воспользоваться действиями "Открыть", "Очистить ячейку", "Сохранить".
Реализация
...
Результат:
Программный робот отработал успешно.
Значение из ячейки С3 очищено.