OdsCellFieldCollection
Contenu
[
Cacher
]OdsCellFieldCollection class
Représente les champs d’ODS.
public class OdsCellFieldCollection : CollectionBase<OdsCellField>
Propriétés
| Nom | La description |
|---|---|
| Capacity { get; set; } | |
| Count { get; } | |
| Item { get; } | Obtient le champ par l’index. (2 indexers) |
| Item { get; set; } |
Méthodes
| Nom | La description |
|---|---|
| Add(int, int, OdsCellFieldType, string) | Ajoute un champ. |
| BinarySearch(OdsCellField) | |
| BinarySearch(OdsCellField, IComparer<OdsCellField>) | |
| BinarySearch(int, int, OdsCellField, IComparer<OdsCellField>) | |
| Clear() | |
| Contains(OdsCellField) | |
| CopyTo(OdsCellField[]) | |
| CopyTo(OdsCellField[], int) | |
| CopyTo(int, OdsCellField[], int, int) | |
| Exists(Predicate<OdsCellField>) | |
| Find(Predicate<OdsCellField>) | |
| FindAll(Predicate<OdsCellField>) | |
| FindIndex(Predicate<OdsCellField>) | |
| FindIndex(int, Predicate<OdsCellField>) | |
| FindIndex(int, int, Predicate<OdsCellField>) | |
| FindLast(Predicate<OdsCellField>) | |
| FindLastIndex(Predicate<OdsCellField>) | |
| FindLastIndex(int, Predicate<OdsCellField>) | |
| FindLastIndex(int, int, Predicate<OdsCellField>) | |
| GetEnumerator() | |
| IndexOf(OdsCellField) | |
| IndexOf(OdsCellField, int) | |
| IndexOf(OdsCellField, int, int) | |
| LastIndexOf(OdsCellField) | |
| LastIndexOf(OdsCellField, int) | |
| LastIndexOf(OdsCellField, int, int) | |
| RemoveAt(int) | |
| UpdateFieldsValue() | Mettre à jour la valeur des champs dans les cellules. |
Voir également
- class CollectionBase<T>
- class OdsCellField
- espace de noms Aspose.Cells.Ods
- Assemblée Aspose.Cells