| オーバーロード | 解説 | 
|---|---|
Select(CellRange,Boolean)  | セルの範囲を選択します。 | 
Select(IList<CellRange>,Boolean)  | MultiRange モードでセルの範囲を選択します。 | 
Select(CellRange)  | セル範囲を選択し、選択範囲を表示範囲までスクロールします。 | 
Select(IList<CellRange>)  | セルの範囲を選択し、最後に選択した範囲をスクロールして MultiRange モードで表示します。 | 
Select(Int32,Int32,Int32,Int32,Boolean)  | セルの範囲を選択します。 | 
Select(Int32,Int32,Int32,Int32)  | セル範囲を選択し、選択範囲を表示範囲までスクロールします。 | 
Select(Int32,Int32,Boolean)  | セルを選択します。 | 
Select(Int32,Int32)  | セルを選択し、選択範囲を表示範囲までスクロールします。 | 
Select()  | System.Windows.Forms.Controlから継承されます。 |