はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す →
作成者: Novigo Solutions
2
アクティビティ
269
要約
要約
This activity takes DataTable as input and returns a dictionary containing column name and the respective cell name
概要
概要
There are some Excel activities where you need to provide cell names like A1, B5, AC4 as an input. For example Set Range Color, Get Cell Color etc.
So this activity will help you find the cell names for all the columns just by providing the DataTable as an input. The output will be a Dictionary which contains column name as key and its respective cell name as a value.
機能
機能
You don't need to find the cell name of each column. This package provides the cell name of all the columns present in the DataTable which can be accessed later just by using the column name.
その他の情報
その他の情報
依存関係
No External Libraries used
コード言語
Visual Basic
ランタイム
Windows レガシ (.Net Framework 4.6.1)