[]
Adds the contents of another IList
public void AddRange(string format)
Public Sub AddRange(format As String)
Type | Name | Description |
---|---|---|
string | format | A string value that indicates the specified format string. |
Adds the contents of another IList
public void AddRange(string pattern, int decimalPlaces, char decimalPoint, string positivePrefix, string positiveSuffix, string negativePrefix, string negativeSuffix)
Public Sub AddRange(pattern As String, decimalPlaces As Integer, decimalPoint As Char, positivePrefix As String, positiveSuffix As String, negativePrefix As String, negativeSuffix As String)
Type | Name | Description |
---|---|---|
string | pattern | A string value that indicates the pattern string of the format. |
int | decimalPlaces | An int value that indicates the number of decimal places to display in the GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpan cell. |
char | decimalPoint | A char value that indicates the character that represents the decimal point. |
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. |