ColumnCollection

ColumnCollection

Vue de l’ensemble

‘ColumnCollection’ est une classe dans Aspose.Slides FOSS pour .NET. Il s’agit de : ‘IColumn Collection’, ‘IEnumerable’.

Il représente une collection de colonnes dans un tableau.

Cette classe fournit 4 méthodes pour travailler avec les objets ColumnCollection 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<IColumn>ReadGets a shallow copy of all columns as a list.
AsIEnumerableIEnumerable<IColumn>ReadGets an enumerable over the columns.

méthodes

SignatureDescription
AddClone(templ: IColumn, withAttachedColumns: bool)Adds a clone of the given IColumn, optionally copying attached columns
InsertClone(index: int, templ: IColumn, withAttachedColumns: bool)Inserts a cloned IColumn at the specified index, optionally copying attached columns
RemoveAt(index: int, withAttachedRows: bool)Removes the column at the given index, optionally also removing attached rows
GetEnumerator()Returns an enumerator to iterate over the columns

Voir aussi

  • Aspose.Slides - référence API d’entreprise
 Français