RevisionLogCollection
Contenu
[
Cacher
]RevisionLogCollection class
Représente tous les journaux de révision.
public class RevisionLogCollection : CollectionBase<RevisionLog>
Propriétés
| Nom | La description |
|---|---|
| Capacity { get; set; } | |
| Count { get; } | |
| DaysPreservingHistory { get; set; } | Obtient et définit le nombre de jours pendant lesquels l’application de feuille de calcul conservera l’historique des modifications pour ce classeur. |
| Item { get; } | ObtientRevisionLog par index. |
| Item { get; set; } |
Méthodes
| Nom | La description |
|---|---|
| BinarySearch(RevisionLog) | |
| BinarySearch(RevisionLog, IComparer<RevisionLog>) | |
| BinarySearch(int, int, RevisionLog, IComparer<RevisionLog>) | |
| Clear() | |
| Contains(RevisionLog) | |
| CopyTo(RevisionLog[]) | |
| CopyTo(RevisionLog[], int) | |
| CopyTo(int, RevisionLog[], int, int) | |
| Exists(Predicate<RevisionLog>) | |
| Find(Predicate<RevisionLog>) | |
| FindAll(Predicate<RevisionLog>) | |
| FindIndex(Predicate<RevisionLog>) | |
| FindIndex(int, Predicate<RevisionLog>) | |
| FindIndex(int, int, Predicate<RevisionLog>) | |
| FindLast(Predicate<RevisionLog>) | |
| FindLastIndex(Predicate<RevisionLog>) | |
| FindLastIndex(int, Predicate<RevisionLog>) | |
| FindLastIndex(int, int, Predicate<RevisionLog>) | |
| GetEnumerator() | |
| IndexOf(RevisionLog) | |
| IndexOf(RevisionLog, int) | |
| IndexOf(RevisionLog, int, int) | |
| LastIndexOf(RevisionLog) | |
| LastIndexOf(RevisionLog, int) | |
| LastIndexOf(RevisionLog, int, int) | |
| RemoveAt(int) |
Voir également
- class CollectionBase<T>
- class RevisionLog
- espace de noms Aspose.Cells.Revisions
- Assemblée Aspose.Cells