GetVisibleCellsForColumn メソッド (SapTable)

クラス

SapTable.

処理

指定した列の可視なセルを返します。

構文

C#
visibleCellsForColumn = table.GetVisibleCellsForColumn(column)
VB
visibleCellsForColumn = table.GetVisibleCellsForColumn(column)
変数 説明
visibleCellsForColumn List(Of SapComponent)
column 列のインデックス。 The value is zero-based.。 Integer