cell = table.GetCell(row, column)
cell = table.GetCell(row, column)
| Variable | Description |
|---|---|
| cell | SapComponent. |
| row | Index of the row, starting at the first visible row. The value is zero-based. Integer. |
| column | Index of the column. The value is zero-based. Integer. |