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

NameTypeAccessDescription
CountintReadGets the count.
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)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
 Français