[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.NumberFieldsInfo

NumberFieldsInfo Class

Represents a collection for the NumberFieldsInfo object, which is read-only.

Inheritance
NumberFieldsInfo
Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
[TypeConverter(typeof(NumberFieldsTypeConverter))]
public sealed class NumberFieldsInfo : IEnumerable<NumberFieldInfo>, IEnumerable, ICloneable
<TypeConverter(GetType(NumberFieldsTypeConverter))>
Public NotInheritable Class NumberFieldsInfo
    Implements IEnumerable(Of NumberFieldInfo), IEnumerable, ICloneable

Properties

Name Description
Count

Gets the number of elements contained in the ICollection.

DecimalPart

Gets the decimal part field of the GcNumberCellType object.

DecimalSeparator

Gets the decimal separator field of GcNumberCellType.

IntegerPart

Gets the integer part field of GcNumberCellType.

this[int]

Gets the NumberFieldInfo object at the specified index.

SignPrefix

Gets the sign prefix field of the GcNumberCellType object.

SignSuffix

Gets the sign suffix field of the GcNumberCellType object.

Methods

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.