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


文字の大文字と小文字の設定を取得または設定します。
構文
'Declaration
 
Public Property CharacterCasing As CharacterCasing
'使用法
 
Dim instance As GeneralEditor
Dim value As CharacterCasing
 
instance.CharacterCasing = value
 
value = instance.CharacterCasing
public CharacterCasing CharacterCasing {get; set;}

プロパティ値

大文字小文字の設定を決定する CharacterCasing 設定
次のサンプルコードは、標準エディタを使用して編集モードのセルの外観と動作を変更します。
FarPoint.Win.Spread.CellType.GeneralEditor ge = (FarPoint.Win.Spread.CellType.GeneralEditor)fpSpread1.EditingControl; 
ge.BorderStyle = BorderStyle.Fixed3D; 
ge.CharacterCasing = CharacterCasing.Upper;
Dim ge As FarPoint.Win.Spread.CellType.GeneralEditor = CType(FpSpread1.EditingControl, FarPoint.Win.Spread.CellType.GeneralEditor)
ge.BorderStyle = BorderStyle.Fixed3D
ge.CharacterCasing = CharacterCasing.Upper
参照

GeneralEditor クラス
GeneralEditor メンバ

 

 


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