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

NameTypeAccessDescription
CountintReadGets the number of rows.
AsICollectionIList<IRow>ReadGets a shallow copy of all rows as a list.
AsIEnumerableIEnumerable<IRow>ReadGets an enumerable over the rows.

méthodes

SignatureDescription
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
 Français