[]
Represents a collection for the NumberFields object, which is read only.
[TypeConverter(typeof(NumberFieldsTypeConverter))]
public sealed class NumberFields : IEnumerable
<TypeConverter(GetType(NumberFieldsTypeConverter))>
Public NotInheritable Class NumberFields
Implements IEnumerable
| Name | Description |
|---|---|
| Count | Gets the number of elements contained in the ICollection. |
| DecimalPart | Gets the decimal part field of the GrapeCity.Win.Spread.InputMan.CellType.GcNumber control. |
| DecimalSeparator | Gets the decimal separator field of the GrapeCity.Win.Spread.InputMan.CellType.GcNumber control. |
| IntegerPart | Gets the integer part field of the GrapeCity.Win.Spread.InputMan.CellType.GcNumber control. |
| this[int] | Gets the NumberField at the specified index. |
| SignPrefix | Gets the sign prefix field of the GrapeCity.Win.Spread.InputMan.CellType.GcNumber control. |
| SignSuffix | Gets the sign suffix field of the GrapeCity.Win.Spread.InputMan.CellType.GcNumber control. |
| Name | Description |
|---|---|
| GetEnumerator() | Returns an enumerator that iterates through a collection. |
| SetFields(string) | Parses the format and sync settings for each field. |
| SetFields(string, string, string, string, string) | Parses the pattern and sync settings for each field. |