[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.NumberDisplayFieldInfosBuilder.BuildFields

BuildFields Method

BuildFields(string)

Builds a NumberDisplayFieldInfo object using the specified format.

Declaration
public static NumberDisplayFieldInfo[] BuildFields(string format)
Public Shared Function BuildFields(format As String) As NumberDisplayFieldInfo()
Parameters
Type Name Description
string format

The specified format defined by the date control.

Returns
Type Description
NumberDisplayFieldInfo[]

A NumberDisplayFieldInfo array that indicates the GcNumberCellType fields.

BuildFields(string, string, string, string, string)

Builds a NumberDisplayFieldInfo object using the specified format.

Declaration
public static NumberDisplayFieldInfo[] BuildFields(string pattern, string positivePrefix, string positiveSuffix, string negativePrefix, string negativeSuffix)
Public Shared Function BuildFields(pattern As String, positivePrefix As String, positiveSuffix As String, negativePrefix As String, negativeSuffix As String) As NumberDisplayFieldInfo()
Parameters
Type Name Description
string pattern

A string value that indicates the pattern.

string positivePrefix

A string value that indicates the prefix string when value is positive.

string positiveSuffix

A string value that indicates the suffix string when value is positive.

string negativePrefix

A string value that indicates the prefix string when value is negative.

string negativeSuffix

A string value that indicates the suffix string when value is negative.

Returns
Type Description
NumberDisplayFieldInfo[]

A NumberDisplayFieldInfo array that indicates the GcNumberCellType fields.