PowerTools SPREAD for Windows Forms 8.0J
MaximumLength プロパティ (GeneralEditor)


入力可能最大文字数を取得または設定します。
構文
'Declaration
 
Public Property MaximumLength As Integer
'使用法
 
Dim instance As GeneralEditor
Dim value As Integer
 
instance.MaximumLength = value
 
value = instance.MaximumLength
public int MaximumLength {get; set;}

プロパティ値

最大文字数を表す Integer
FarPoint.Win.Spread.CellType.GeneralEditor ge = (FarPoint.Win.Spread.CellType.GeneralEditor)fpSpread1.EditingControl; 
ge.BorderStyle = BorderStyle.Fixed3D; 
ge.MaximumLength = 40;
ge.Multiline = true;
ge.WordWrap = true;

Dim ge As FarPoint.Win.Spread.CellType.GeneralEditor = CType(FpSpread1.EditingControl, FarPoint.Win.Spread.CellType.GeneralEditor)
ge.BorderStyle = BorderStyle.Fixed3D
ge.MaximumLength = 40
ge.Multiline = True
ge.WordWrap = True
参照

GeneralEditor クラス
GeneralEditor メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.