table.ScrollCellIntoView(row, column)
table.ScrollCellIntoView(row, column)
変数 | 説明 |
---|---|
row | 行のインデックス。 The value is zero-based.。 Integer。 |
column | 列の名前またはインデックス。 ItemIdentifier。 |
VB
table.ScrollCellIntoView(25, "Street") table.ScrollCellIntoView(25, 4)