GetCell メソッド (SapTable)
クラス
SapTable
.
処理
可視なテーブル セルを返します。
構文
cell
=
table
.
GetCell
(
row
,
column
)
変数
説明
cell
SapComponent
。
row
可視な最初の行から始まる行のインデックス。 The value is zero-based.。
Integer
。
column
列のインデックス。 The value is zero-based.。
Integer
。