[]
Defines a collection that indicates a set of char boxes.
[TypeConverter(typeof(CharBoxInfoCollectionTypeConverter))]
public class CharBoxInfoCollection : CollectionBase<CharBoxInfo>, IList, ICollection, IEnumerable, ICloneable
<TypeConverter(GetType(CharBoxInfoCollectionTypeConverter))>
Public Class CharBoxInfoCollection
Inherits CollectionBase(Of CharBoxInfo)
Implements IList, ICollection, IEnumerable, ICloneable
Name | Description |
---|---|
this[int] | Get a char box according by the index |
Number1 | Gets a template set of CharBoxInfo for number style. |
Number2 | Gets a template set of CharBoxInfo for number style. |
Number3 | Gets a template set of CharBoxInfo for number style. |
Number4 | Gets a template set of CharBoxInfo for number style. |
PostCode1 | Gets a template set of CharBoxInfo for postcode style. |
PostCode2 | Gets a template set of CharBoxInfo for postcode style. |
PostCode3 | Gets a template set of CharBoxInfo for postcode style. |
Name | Description |
---|---|
Add(CharBoxInfo) | Adds a char box to the collection. |
Add(CharBoxInfo, int) | Adds a CharBoxInfo to the collection. |
AddRange(CharBoxInfo[]) | Adds an array of CharBoxInfo to the current collection. |
IndexOf(CharBoxInfo) | Gets the index of the special char box. |
Insert(int, CharBoxInfo) | Inserts a char box into the collection at the given index. |
OnAddRangeComplete(object[]) | Performs additional custom processes before inserting a new element array into the CollectionBase instance. |
OnClearComplete() | Performs additional custom processes after clearing the contents of the CollectionBase instance. |
OnFieldPropertyChanged(PropertyChangedEventArgs) | Raises the GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.FieldPropertyChanged event. |
OnInsertComplete(int, object) | Performs additional custom processes after inserting a new element into the CollectionBase instance. |
OnRemoveComplete(int, object) | Performs additional custom processes after removing an element from the CollectionBase instance. |
OnSetComplete(int, object, object) | Performs additional custom processes after setting a value in the CollectionBase instance. |
Remove(CharBoxInfo) | Removes a char box from the collection. |
SetBorderColor(Color) | Set the Color of all Border of each CharBoxInfo in this collection |
SetBorderStyle(LineStyle) | Set the LineStyle of all CharBoxBorderInfo of each CharBoxInfo in this collection |