[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields.SetFields

SetFields Method

SetFields(string)

Parses the format and sync settings for each field.

Declaration
public void SetFields(string format)
Public Sub SetFields(format As String)
Parameters
Type Name Description
string format

A string value indicates the format for the fields.

SetFields(string, string, string, string, string)

Parses the pattern and sync settings for each field.

Declaration
public void SetFields(string pattern, string positivePrefix, string positiveSuffix, string negativePrefix, string negativeSuffix)
Public Sub SetFields(pattern As String, positivePrefix As String, positiveSuffix As String, negativePrefix As String, negativeSuffix As String)
Parameters
Type Name Description
string pattern

A string value indicates the pattern for the fields.

string positivePrefix

A string value indicates the string for the positive prefix.

string positiveSuffix

A string value indicates the string for the positive suffix.

string negativePrefix

A string value indicates the string for the negative prefix.

string negativeSuffix

A string value indicates the string for the negative suffix.