MESCIUS SPREAD for Windows Forms 15.0J
GeneralEditor コンストラクタ
使用例 

新しい標準エディタを構築します。
構文
'宣言
 
Public Function New()
public GeneralEditor()
使用例
次のサンプルコードは、標準エディタを使用して編集モードのセルの外観を変更します。
FarPoint.Win.Spread.CellType.GeneralEditor ge = (FarPoint.Win.Spread.CellType.GeneralEditor)fpSpread1.EditingControl; 
ge.BorderStyle = BorderStyle.Fixed3D; 
ge.MarginLeft = 50;
Dim ge As FarPoint.Win.Spread.CellType.GeneralEditor = CType(FpSpread1.EditingControl, FarPoint.Win.Spread.CellType.GeneralEditor)
ge.BorderStyle = BorderStyle.Fixed3D
ge.MarginLeft = 50
参照

GeneralEditor クラス
GeneralEditor メンバ

 

 


© MESCIUS inc. All rights reserved.