[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.NumberDisplayFieldCollectionInfo.AddRange

AddRange Method

AddRange(string)

Adds the contents of another IList to the end of the collection, which is built from a specified format string.

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

A string value that indicates the specified format string.

AddRange(string, string, string, string, string)

Adds the contents of another IList to the end of the collection, which is built from specified arguments.

Declaration
public void AddRange(string pattern, string positivePrefix, string positiveSuffix, string negativePrefix, string negativeSuffix)
Public Sub AddRange(pattern As String, positivePrefix As String, positiveSuffix As String, negativePrefix As String, negativeSuffix As String)
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.