GetCellsForRow メソッド (SapTable)
クラス
SapTable
.
処理
指定した行のセルを返します。
構文
C#
cellsForRow
=
table
.
GetCellsForRow
(
row
)
VB
cellsForRow
=
table
.
GetCellsForRow
(
row
)
変数
説明
cellsForRow
List(Of
SapComponent
)
。
row
行のインデックス。 The value is zero-based.。
Integer
。