検索:remove-data-row

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

47件のうち1 - 10 次のページ » ページ 1 2 3 4 5

Remove Data Row (en)

Nhan Nguyenが2022/05/13 03:05に最終更新
表示されるドキュメントの内容
RCA.Activities.Core.RemoveDataRow Description This activity allows you to remove a Data Row
is to be removed. Data Table (DataTable)* - The DataTable object from which the row is removed. Row Index (Int
can edit the name of the activity to organize and structure your code better. Eg: Remove data row.
タイトル
Remove Data Row
添付ファイルの名称
remove data row.jpg
保存場所
Remove Data Row
Data Table
ドキュメントの内容のソース
" %) ((( RCA.Activities.Core.RemoveDataRow == **Description** == This activity allows you to remove a Data Row to a specified
** * **Data Row (DataRow)*** - The DataRow object which is to be removed. * **Data Table (DataTable
edit the name of the activity to organize and structure your code better. Eg: Remove data row

Remove Duplicated Rows (en)

Nhan Nguyenが2022/05/13 03:06に最終更新
表示されるドキュメントの内容
RCA.Activities.Core.RemoveDuplicatedRows Description This activity allows you to remove duplicate rows in the data table. (* is mandatory) Properties Input Data Table (DataTable
Rows. Output Output Data Table(DataTable) - The column value from the specified DataRow.
タイトル
Remove Duplicated Rows
添付ファイルの名称
remove duplicate rows.jpg
保存場所
Data Table
Remove Duplicated Rows
ドキュメントの内容のソース
" %) ((( RCA.Activities.Core.RemoveDuplicatedRows == **Description** == This activity allows you to remove duplicate rows in the data table
of the activity to organize and structure your code better. **Eg**: Remove Duplicated Rows. **Output
** == **Input** * **Data Table (DataTable)* **- The data table you want to check. **Misc** * **Public

Remove Data Column (en)

Nhan Nguyenが2022/05/13 03:04に最終更新
表示されるドキュメントの内容
RCA.Activities.Core.RemoveDataColumn Description This activity allows you to remove a Data
is to be removed. Misc Public (Checkbox) - Check if you want to publicize it. Remember to consider data security
of the activity to organize and structure your code better. Eg: “Remove Data Column”
タイトル
Remove Data Column
添付ファイルの名称
remove data column.jpg
保存場所
Remove Data Column
Data Table
ドキュメントの内容のソース
" %) ((( RCA.Activities.Core.RemoveDataColumn == **Description** == This activity allows you to remove a Data Column to a specified
Number”. * **Data table (DataTable)*** - The DataTable object from which the column is to be removed
edit the name of the activity to organize and structure your code better. Eg: “Remove Data Column

Add Data Row (en)

Nhan Nguyenが2022/05/13 02:55に最終更新
表示されるドキュメントの内容
RCA.Activities.Core.AddDataRow Description This activity allows you to add a Data Row
in the DataTable. Data row (DataRow) - The DataRow object to be added to the DataTable. If this property is set
. Eg: Add Data Row
タイトル
Add Data Row
添付ファイルの名称
add data row.jpg
保存場所
Add Data Row
Data Table
ドキュメントの内容のソース
" %) ((( RCA.Activities.Core.AddDataRow == **Description** == This activity allows you to add a Data Row to a specified DataTable
should map to the type of its corresponding column in the DataTable. * **Data row (DataRow
. Eg: Add Data Row ))) {{velocity}} #if ($xcontext.action != 'export') (% class="akb-toc

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

Filter Data Table (en)

VuNH54が2023/04/19 14:34に最終更新
表示されるドキュメントの内容
Options Filter Rows Mode - Specifies whether to filter the table by keeping or removing the target rows
variable by specifying conditions in the Filter Wizard window. The activity can keep or delete rows
. (* is mandatory) In the body of activity Filter Wizard - Set filter for rows, set output columns Properties
タイトル
Filter Data Table
添付ファイルの名称
filter data table.jpg
保存場所
Data Table
ドキュメントの内容のソース
Mode** - Specifies whether to filter the table by keeping or removing the target rows. * **Select
conditions in the Filter Wizard window. The activity can keep or delete rows or columns according
button so that you can access the wizard and customize your settings at any time. [[[[image:filter data

[3] Review Document (en)

adminが2024/01/11 18:13に最終更新
表示されるドキュメントの内容
, akaBot Vision provides users with the capability to add or remove rows in a table To insert a row, you can click "+" icon To delete a row, you can click "x" icon To add a new row at the end of the table
After importing the document successfully and the data extraction process is successfully finished
ドキュメントの内容のソース
or remove rows in a table * To insert a row, you can click "+" icon * To delete a row, you can click "x
="wikigeneratedid" %) After importing the document successfully and the data extraction process is successfully
with this status in the “To review” tab in the user interface. [[image:image-20220420193327-1.png||data-xwiki

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 Row (en)

VuNH54が2023/04/20 11:24に最終更新
表示されるドキュメントの内容
. E.g: "Sheet1" Starting Cell - The cell from which to start extracting the row data. By default
: "Sheet1" Starting Cell (String)* - The cell from which to start extracting the row data. By default
of an Excel row beginning from the cell specified in the StartingCell field: and stores it in an lEnumerable
タイトル
Excel Read Row
保存場所
Excel Read Row
ドキュメントの内容のソース
from which to start extracting the row data. By default, this is filled in with "A1". E.g: "A1
" * **Starting Cell (String)*** - The cell from which to start extracting the row data. By default
the values of an Excel row beginning from the cell specified in the StartingCell field: and stores
次のページ » ページ 1 2 3 4 5
[remove-data-row]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成