FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > SheetViewCollection クラス : Move メソッド |
オーバーロード | 解説 |
---|---|
Move(Int32,Int32) | 指定した SheetView をコレクション内の異なるインデックスに移動します。 |
fpSpread1.Sheets.Count = 5; FarPoint.Win.Spread.SheetViewCollection sheet; sheet = fpSpread1.Sheets; sheet.Move(0, 2);
FpSpread1.Sheets.Count = 5 Dim sheet As FarPoint.Win.Spread.SheetViewCollection sheet = FpSpread1.Sheets sheet.Move(0, 2)