GetCellText メソッド (DomTable)
クラス
DomTable
.
処理
セル要素のコンテンツを返します。
構文
cellText
=
table
.
GetCellText
(
row
,
col
)
変数
説明
cellText
String
。
row
行のインデックス。
ItemIdentifier
。
col
列のインデックス。
ItemIdentifier
。