IRowCollection
Vue de l’ensemble
‘IRowCollection’ est une interface dans Aspose.Slides FOSS pour .NET.
Il représente une collection de tableaux.
Cette interface fournit 3 méthodes pour travailler avec les objets IRowCollection dans des programmes .NET. Les méthodologies disponibles comprennent: AddClone, 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', Count’.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the number of rows. |
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) | Clones the template row and appends the result to the end of the collection. |
InsertClone(index: int, templ: IRow, withAttachedRows: bool) | Clones the template row and inserts the result at the specified position. |
RemoveAt(firstRowIndex: int, withAttachedRows: bool) | Removes the row at the specified index. |
Voir aussi
- Aspose.Slides - référence API d’entreprise