RowCollection
Vue de l’ensemble
‘RowCollection’ est une classe dans Aspose.Slides FOSS pour .NET. hérite de: ‘IRowcollection’, ‘IEnumerable
Il représente une collection de lignes dans un tableau.
Cette classe fournit 4 méthodes pour travailler avec les objets RowCollection dans des programmes .NET. Les méthodologies disponibles comprennent: AddClone, GetEnumerator , InsertCmone‘, 'RemoveAt. Tous les membres publics sont accessibles à n’importe quelle application .Net après l’installation de l’Aspose.Slides FOSS pour le package .net. Propriétés : AsICollection., Assienumérable et Count.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the count. |
AsICollection | IList<IRow> | Read | Gets a shallow copy of all rows as a list. |
AsIEnumerable | IEnumerable<IRow> | Read | Gets an enumerable over the rows. |
méthodes
| Signature | Description |
|---|---|
AddClone(templ: IRow, withAttachedRows: bool) | Adds a clone of the given IRow, optionally including its attached rows |
InsertClone(index: int, templ: IRow, withAttachedRows: bool) | Inserts a cloned IRow at the specified index, optionally with attached rows |
RemoveAt(firstRowIndex: int, withAttachedRows: bool) | Calls RemoveAt(firstRowIndex, withAttachedRows) on this RowCollection instance. |
GetEnumerator() | Calls GetEnumerator on this RowCollection instance. |
Voir aussi
- Aspose.Slides - référence API d’entreprise