検索:add-data-column

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

23件のうち1 - 10 次のページ » ページ 1 2 3

Excel Insert Or Delete Columns (en)

VuNH54が2023/04/19 17:08に最終更新
表示されるドキュメントの内容
) - The number of columns you wish to add or remove. E.g: 1 Position (Int32) - The column where the insertion
to add or remove. E.g: 1 Position (Int32) - The column where the insertion or removal begins. E.g: 2 Input Change Mode (Dropdown List) - Selects whether the activity adds or removes columns. ・Add: Add
タイトル
Excel Insert Or Delete Columns
ドキュメントの内容のソース
" %) ((( 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
of column (Int32)** - The number of columns you wish to add or remove. E.g: 1 * **Position (Int32

Excel Insert Columns Table (en)

VuNH54が2023/04/19 17:07に最終更新
表示されるドキュメントの内容
RCA.Activities.Excel.ExcelInsertColumnsTable Description Adds a specified column at a certain
want to insert. E.g: "Table1" Column name (String) - Name of column you want to insert. E.g: "Column1" Properties Input Column name (String) - Name of column you want to insert. E.g: "Column1" Position (Int32
タイトル
Excel Insert Columns Table
ドキュメントの内容のソース
" %) ((( RCA.Activities.Excel.ExcelInsertColumnsTable == **Description** == Adds a specified column at a certain position in the table. [[image:image
)** - Table name you want to insert. E.g: "Table1" * **Column name (String)** - Name of column you want to insert. E.g: "Column1" == **Properties** == **Input** * **Column name (String)** - Name of column you

Read CSV File (en)

Giang Tranが2023/09/25 16:27に最終更新
表示されるドキュメントの内容
a specified CSV File. (* is mandatory) In the body of activity File Path (String) - You can add the file
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
ドキュメントの内容のソース
Path (String)** - You can add the file path of the CSV here. String supported only. == **Properties
” **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

Write CSV File (en)

Giang Tranが2023/09/25 16:27に最終更新
表示されるドキュメントの内容
DataTable to a CSV File. (* is mandatory) In the body of activity File Path (String) - You can add the file path of the CSV here. String supported only. Data Table (DataTable) - Specifies the DataTable to be written in the CSV file. Properties Input Data Table (DataTable)* - Specifies the DataTable
ドキュメントの内容のソース
** == * **File Path (String)** - You can add the file path of the CSV here. String supported only. * **Data
” * **Add Headers (CheckBox)** - Boolean that specifies if the column names from the DataTable will be added
** == **Input** * **Data Table (DataTable)*** - Specifies the DataTable to be written in the CSV file

Read Column (en)

VuNH54が2023/04/20 10:48に最終更新
表示されるドキュメントの内容
(String)* - The cell from which to start extracting the column data. By default, this is filled
" Starting Cell (String)* - The cell from which to start extracting the column data. By default
RCA.Activities.Excel.ReadColumn Description Reads the values from a column beginning
タイトル
Read Column
保存場所
Read Column
ドキュメントの内容のソース
)*** - The cell from which to start extracting the column data. By default, this is filled in with "A1". E.g: "A1
" %) ((( RCA.Activities.Excel.ReadColumn == **Description** == Reads the values from a column beginning with the cell specified
to read. E.g: "Sheet1" * **Starting Cell (String)*** - The cell from which to start extracting the column

Read Range (en)

Giang Tranが2022/05/13 06:53に最終更新
表示されるドキュメントの内容
Options Add Headers - If you select this, the column headers from the specified spreadsheet range
” Sheet name (String)* - The sheet you want to read. E.g: "Sheet1" Range - Range of the data. If it isn’t
)- The sheet you want to read. E.g: "Sheet1" Range - Range of the data. If it isn’t specified, the whole
ドキュメントの内容のソース
. E.g: Read Range **Options** * **Add Headers **- If you select this, the column headers from
: "Sheet1" * **Range** - Range of the data. If it isn’t specified, the whole spreadsheet will be read. E.g
want to read. E.g: "Sheet1" * **Range** - Range of the data. If it isn’t specified, the whole

Write Range (en)

VuNH54が2023/04/20 10:55に最終更新
表示されるドキュメントの内容
RCA.Activities.Excel.WriteRange Description This activity allows you to write the data from
. If the starting cell is not specified, the data is written starting from the A1 cell. (* for mandatory
, this is filled in with "Sheet1." E.g: “ClientNames” Starting Cell – The cell from which to start writing data
ドキュメントの内容のソース
" %) ((( RCA.Activities.Excel.WriteRange == **Description** == This activity allows you to write the data from a DataTable variable
, the data is written starting from the A1 cell. (% class="wikigeneratedid" id="H" %) [[image:image
: “ClientNames” * **Starting Cell **– The cell from which to start writing data. Only string variables

Excel Write Range (en)

VuNH54が2023/04/20 10:42に最終更新
表示されるドキュメントの内容
RCA.Activities.Excel.ExcelWriteRange Description This activity allows you to write the data from
. If the starting cell isn't specified, the data is written starting from the A1 cell. If the sheet does not exist
” Starting Cell - The cell from which to start writing data. Only string variables and strings are supported
ドキュメントの内容のソース
Range Excel **Options** * **Add Headers (Checkbox) **- When selected, column headers are also written
" %) ((( RCA.Activities.Excel.ExcelWriteRange == **Description** == This activity allows you to write the data from a DataTable variable
, the data is written starting from the A1 cell. If the sheet does not exist, a new one is created

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

Add Log Fields (en)

Giang Tranが2022/05/13 03:34に最終更新
表示されるドキュメントの内容
RCA.Activities.Core.AddLogFields Description This activity allows you to add customized log
(Checkbox) - If you check it, the data of this activity will be shown in the log. Be careful, consider data
of the activity to organize and structure your code better. E.g: [056739368] Add Log Fields
タイトル
Add Log Fields
保存場所
Add Log Fields
ドキュメントの内容のソース
" %) ((( RCA.Activities.Core.AddLogFields == **Description** == This activity allows you to add customized log fields to each and every
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 using it. * **Display Name (String)** - The name
次のページ » ページ 1 2 3
[add-data-column]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成