ScenarioInputCellCollection
Contenu
[
Cacher
]ScenarioInputCellCollection class
Représente la liste des cellules d’entrée du scénario.
public class ScenarioInputCellCollection : CollectionBase<ScenarioInputCell>
Propriétés
Nom | La description |
---|---|
Capacity { get; set; } | |
Count { get; } | |
Item { get; } | ObtientScenarioInputCell par index dans la liste. |
Item { get; set; } |
Méthodes
Nom | La description |
---|---|
Add(int, int, string) | Ajoute une cellule d’entrée. |
BinarySearch(ScenarioInputCell) | |
BinarySearch(ScenarioInputCell, IComparer<ScenarioInputCell>) | |
BinarySearch(int, int, ScenarioInputCell, IComparer<ScenarioInputCell>) | |
Clear() | |
Contains(ScenarioInputCell) | |
CopyTo(ScenarioInputCell[]) | |
CopyTo(ScenarioInputCell[], int) | |
CopyTo(int, ScenarioInputCell[], int, int) | |
Exists(Predicate<ScenarioInputCell>) | |
Find(Predicate<ScenarioInputCell>) | |
FindAll(Predicate<ScenarioInputCell>) | |
FindIndex(Predicate<ScenarioInputCell>) | |
FindIndex(int, Predicate<ScenarioInputCell>) | |
FindIndex(int, int, Predicate<ScenarioInputCell>) | |
FindLast(Predicate<ScenarioInputCell>) | |
FindLastIndex(Predicate<ScenarioInputCell>) | |
FindLastIndex(int, Predicate<ScenarioInputCell>) | |
FindLastIndex(int, int, Predicate<ScenarioInputCell>) | |
GetEnumerator() | |
IndexOf(ScenarioInputCell) | |
IndexOf(ScenarioInputCell, int) | |
IndexOf(ScenarioInputCell, int, int) | |
LastIndexOf(ScenarioInputCell) | |
LastIndexOf(ScenarioInputCell, int) | |
LastIndexOf(ScenarioInputCell, int, int) | |
RemoveAt(int) |
Voir également
- class CollectionBase<T>
- class ScenarioInputCell
- espace de noms Aspose.Cells
- Assemblée Aspose.Cells