検索:remove-data-row

adminが2022/04/24 04:58に最終更新

10件のうち1 - 10 ページ 1

Excel Insert Or Delete Rows (en)

Giang Tranが2022/05/13 06:19に最終更新
表示されるドキュメントの内容
) - The number of rows you wish to add or remove. E.g: 1 Position (Int32) - The row where the insertion
) - The number of rows you wish to add or remove. E.g: 1 Row Position (Int32) - The row where the insertion
whether the activity adds or removes rows. ・Add: Add rows to the document. ・Delete: Remove rows from
タイトル
Excel Insert Or Delete Rows
ドキュメントの内容のソース
" %) ((( RCA.Activities.Excel.ExcelInsertOrDeleteRows == **Description** == Adds or removes a specified number of rows at a certain position
of row (Int32)** - The number of rows you wish to add or remove. E.g: 1 * **Position (Int32)** - The row where the insertion or removal begins. By default, this is filled in with 1. E.g: 2 * **Sheet

Excel Remove Duplicates Range (en)

Giang Tranが2022/05/13 06:24に最終更新
表示されるドキュメントの内容
) - The range from which you want to remove duplicate rows. E.g: "A1:H5" Properties Input Range (String) - The range from which you want to remove duplicate rows. E.g: "A1:H5" Sheet name (String)* - The name
RCA.Activities.Excel.ExcelRemoveDuplicatesRange Description Deletes all the rows
タイトル
Excel Remove Duplicates Range
保存場所
Excel Remove Duplicates Range
ドキュメントの内容のソース
" * **Range (String)** - The range from which you want to remove duplicate rows. E.g: "A1:H5" == **Properties** == **Input** * **Range (String)** - The range from which you want to remove duplicate rows
" %) ((( RCA.Activities.Excel.ExcelRemoveDuplicatesRange == **Description** == Deletes all the rows that are duplicated in a specified range

Excel Insert Rows (en)

Giang Tranが2022/05/13 06:22に最終更新
表示されるドキュメントの内容
RCA.Activities.Excel.ExcelInsertRows Description This activity allows you to add more rows to insert one or more rows in a table, range, or sheet at the specified location. This only can be used
(String)* - The name of the sheet that you want to insert row. E.g: “Employee Name” Number of row (Int
タイトル
Excel Insert Rows
ドキュメントの内容のソース
" %) ((( RCA.Activities.Excel.ExcelInsertRows == **Description** == This activity allows you to add more rows to insert one or more rows
of the activity** == * **Sheet name (String)*** - The name of the sheet that you want to insert row. E.g: “Employee Name” * **Number of row (Int) **- Number of rows you want to insert in Excel sheet E.g: 5

Excel Read Range (en)

VuNH54が2023/04/20 09:37に最終更新
表示されるドキュメントの内容
" Range (String) - The range from which you want to remove duplicate rows. E.g: "A1:H5" Properties Input
to consider data security requirement before using it. Display Name (String) - The name of this activity. You
ドキュメントの内容のソース
: "Sheet1" * **Range (String)** - The range from which you want to remove duplicate rows. E.g: "A1:H5
) **- Check if you want to public it. Remember to consider data security requirement before using

Read Row (en)

Giang Tranが2022/05/13 06:53に最終更新
表示されるドキュメントの内容
(String)* - The cell from which to start extracting the row data. By default, this is filled in with "A1
" Starting Cell (String)* - The cell from which to start extracting the row data. By default, this is filled
RCA.Activities.Excel.ReadRow Description Reads the values from a row beginning with the cell
タイトル
Read Row
保存場所
Read Row
ドキュメントの内容のソース
extracting the row data. By default, this is filled in with "A1". E.g: "A1" == **Properties
(String)*** - The cell from which to start extracting the row data. By default, this is filled in with "A1
" %) ((( RCA.Activities.Excel.ReadRow == **Description** == Reads the values from a row beginning with the cell specified

Read CSV File (en)

Giang Tranが2023/09/25 16:27に最終更新
表示されるドキュメントの内容
of the CSV file E.g: “C:\CSVFolder\clientList.csv” Misc Public (CheckBox) - If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it. Display Name (String
Column Names (Checkbox)- Specifies if the first row in the CSV file should be considered a header row
ドキュメントの内容のソース
” **Misc** * **Public (CheckBox) **- If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it. * **Display Name (String) **- The name of this activity
” * **Include Column Names (Checkbox)**- Specifies if the first row in the CSV file should be considered

Remove Log Fields (en)

Giang Tranが2022/05/13 04:07に最終更新
表示されるドキュメントの内容
RCA.Activities.Core.RemoveLogFields Description This activity allows you to remove customized log
)* - The collection of string arguments to be removed from subsequent log lines. Misc Public (Checkbox) - If you check it, the data of this activity will be shown in the log. Be careful, consider data security before
タイトル
Remove Log Fields
保存場所
Remove Log Fields
ドキュメントの内容のソース
" %) ((( RCA.Activities.Core.RemoveLogFields == **Description** == This activity allows you to remove customized log fields to each Log
** == **Input** * **Fields (Collection of String)*** - The collection of string arguments to be removed from subsequent log lines. **Misc** * **Public (Checkbox)** - If you check it, the data of this activity

Excel Insert Or Delete Columns (en)

VuNH54が2023/04/19 17:08に最終更新
表示されるドキュメントの内容
RCA.Activities.Excel.ExcelInsertOrDeleteColumns Description Adds or removes a specified number
) - The number of columns you wish to add or remove. E.g: 1 Position (Int32) - The column where the insertion or removal begins. E.g: 2 Sheet name (String)* - The name of the sheet in the workbook where the change must
ドキュメントの内容のソース
" %) ((( RCA.Activities.Excel.ExcelInsertOrDeleteColumns == **Description** == Adds or removes a specified number of columns at a certain position
of columns (Int32)** - The number of columns you wish to add or remove. E.g: 1 * **Position (Int32)** - The column where the insertion or removal begins. E.g: 2 * **Sheet name (String)*** - The name of the sheet

Excel Delete Range (en)

Giang Tranが2022/05/13 04:31に最終更新
表示されるドキュメントの内容
in an Excel workbook. Can also be used to shift an entire row or column by using the ShiftCells
of the sheet contains the data you want to delete. By default, this is filled in with "Sheet1." Only String variables and strings are supported. E.g: “Employee Data” Range (String)* - The range you want to delete
ドキュメントの内容のソース
. Can also be used to shift an entire row or column by using the ShiftCells and ShiftOption property
** == **Input** * **Sheet Name (String)** - The name of the sheet contains the data you want to delete
Data” * **Range (String)* **- The range you want to delete. This field supports only strings

[2] How to use akaBot Studio (en)

VuNH54が2023/04/13 15:54に最終更新
表示されるドキュメントの内容
-builds hundreds of activities to perform the actions of automations on web, on desktop, working with data
of identifying and removing errors from a given project 2.2.4 Debug 5 Stop Stop BOT when it’s running 2.2.5 Stop
to identify and remove errors from a given project. Coupled with logging, it becomes a powerful functionality
ドキュメントの内容のソース
on web, on desktop, working with data base, generating the PDF files, sending emails… This document aims
|2.2.3 Start |4|Debug|Debugging is the process of identifying and removing errors from a given project
. Debug** Click [[image:image-20220506164355-29.png]] to identify and remove errors from a given project
ページ 1
[remove-data-row]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成