Selects a range of cells.
シンタックス
'宣言
Public Overloads Sub Select( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Boolean _
)
public void Select(
System.int ,
System.int ,
System.int ,
System.int ,
System.bool
)
パラメータ
- row
- New value for the Row property.
- col
- New value for the Col property.
- rowSel
- New value for the RowSel property.
- colSel
- New value for the ColSel property.
- show
- Whether to scroll the new selection into view.
参照