cell = table.GetCell(row, column)
cell = table.GetCell(row, column)
変数 | 説明 |
---|---|
cell | SapComponent。 |
row | 可視な最初の行から始まる行のインデックス。 The value is zero-based.。 Integer。 |
column | 列のインデックス。 The value is zero-based.。 Integer。 |