セルの範囲を選択し、オプションで選択範囲を表示範囲までスクロールします。
シンタックス
'宣言
Public Overridable Function Select( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Nullable(Of Integer), _
ByVal As System.Nullable(Of Integer) _
) As
public virtual Select(
System.int ,
System.int ,
System.Nullable<int> ,
System.Nullable<int>
)
パラメータ
- row
- この範囲の最初の行のインデックス。
- col
- この範囲の最初の列のインデックス。
- row2
- この範囲の最後の行のインデックス。
- col2
- この範囲の最後の列のインデックス。
戻り値の型
現在のビルダ。
参照