GrapeCity SPREAD for Windows Forms 12.0J
GeneralEditor コンストラクタ


新しい標準エディタを構築します。
構文
'Declaration
 
Public Function New()
'使用法
 
Dim instance As New GeneralEditor()
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 メンバ

 

 


Copyright © 2004 GrapeCity inc.