Spread Windows Forms 12.0 Product Documentation
SetFields(String,String,String,String,String) Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > NumberFieldsInfo Class > SetFields Method : SetFields(String,String,String,String,String) Method
A System.String value that indicates the pattern for the fields.
A System.String value that indicates the string for the positive prefix.
A System.String value that indicates the string for the positive suffix.
A System.String value that indicates the string for the negative prefix.
A System.String value that indicates the string for the negative suffix.
Parses the pattern and sync settings for each field.
Syntax
'Declaration
 
Public Overloads Sub SetFields( _
   ByVal pattern As String, _
   ByVal positivePrefix As String, _
   ByVal positiveSuffix As String, _
   ByVal negativePrefix As String, _
   ByVal negativeSuffix As String _
) 
'Usage
 
Dim instance As NumberFieldsInfo
Dim pattern As String
Dim positivePrefix As String
Dim positiveSuffix As String
Dim negativePrefix As String
Dim negativeSuffix As String
 
instance.SetFields(pattern, positivePrefix, positiveSuffix, negativePrefix, negativeSuffix)
public void SetFields( 
   string pattern,
   string positivePrefix,
   string positiveSuffix,
   string negativePrefix,
   string negativeSuffix
)

Parameters

pattern
A System.String value that indicates the pattern for the fields.
positivePrefix
A System.String value that indicates the string for the positive prefix.
positiveSuffix
A System.String value that indicates the string for the positive suffix.
negativePrefix
A System.String value that indicates the string for the negative prefix.
negativeSuffix
A System.String value that indicates the string for the negative suffix.
See Also

Reference

NumberFieldsInfo Class
NumberFieldsInfo Members
Overload List