MESCIUS SPREAD for Windows Forms 15.0J
Reset メソッド (SheetView)
使用例 

このシートのビューを初期状態にリセットします。
オーバーロード一覧
オーバーロード解説
Reset()このシートのビューを初期状態にリセットします。  
使用例
次のサンプルコードは、シートをデフォルト値にリセットします。
fpSpread1.ActiveSheet.ColumnCount = 3;
fpSpread1.ActiveSheet.RowCount = 3;
listBox1.Items.Add(fpSpread1.ActiveSheet.ColumnCount);
listBox1.Items.Add(fpSpread1.ActiveSheet.RowCount);
fpSpread1.ActiveSheet.Reset();
listBox1.Items.Add(fpSpread1.ActiveSheet.ColumnCount);
listBox1.Items.Add(fpSpread1.ActiveSheet.RowCount);
FpSpread1.ActiveSheet.ColumnCount = 3
FpSpread1.ActiveSheet.RowCount = 3
ListBox1.Items.Add(FpSpread1.ActiveSheet.ColumnCount)
ListBox1.Items.Add(FpSpread1.ActiveSheet.RowCount)
FpSpread1.ActiveSheet.Reset()
ListBox1.Items.Add(FpSpread1.ActiveSheet.ColumnCount)
ListBox1.Items.Add(FpSpread1.ActiveSheet.RowCount)
参照

SheetView クラス
SheetView メンバ

開発者ガイド

コントロールの各部のリセット

 

 


© MESCIUS inc. All rights reserved.