Spread Windows Forms 10.0 Product Documentation
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.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

NumberFieldsInfo Class
NumberFieldsInfo Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.