GrapeCity SPREAD for Windows Forms 11.0J
BuildFields(String,String,String,String,String) メソッド


パターンを示すSystem.String値。
値が正のときに前に付加する文字列を示すSystem.String値。
値が正のときに後ろに付加する文字列を示すSystem.String値。
値が正のときに前に付加する文字列を示すSystem.String値。
値が正のときに後ろに付加する文字列を示すSystem.String値。
指定した書式を使用してGrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDisplayFieldInfoオブジェクトを作成します。
構文
'Declaration
 
Public Overloads Shared Function BuildFields( _
   ByVal pattern As String, _
   ByVal positivePrefix As String, _
   ByVal positiveSuffix As String, _
   ByVal negativePrefix As String, _
   ByVal negativeSuffix As String _
) As NumberDisplayFieldInfo()
'使用法
 
Dim pattern As String
Dim positivePrefix As String
Dim positiveSuffix As String
Dim negativePrefix As String
Dim negativeSuffix As String
Dim value() As NumberDisplayFieldInfo
 
value = NumberDisplayFieldInfosBuilder.BuildFields(pattern, positivePrefix, positiveSuffix, negativePrefix, negativeSuffix)

パラメータ

pattern
パターンを示すSystem.String値。
positivePrefix
値が正のときに前に付加する文字列を示すSystem.String値。
positiveSuffix
値が正のときに後ろに付加する文字列を示すSystem.String値。
negativePrefix
値が正のときに前に付加する文字列を示すSystem.String値。
negativeSuffix
値が正のときに後ろに付加する文字列を示すSystem.String値。
参照

NumberDisplayFieldInfosBuilder クラス
NumberDisplayFieldInfosBuilder メンバ
オーバーロード一覧

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.