IColumnCollection

IColumnCollection

Vue de l’ensemble

‘IColumnCollection’ est une interface dans Aspose.Slides FOSS pour .NET.

Il représente une collection de colonnes.

Cette interface fournit 3 méthodes pour travailler avec les objets de collection IColumn 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 du package .net Aspose.Slides FOSS. Propriétés: 'AsICollection', 'Assienumerable', Count’.

Propriétés

NameTypeAccessDescription
CountintReadGets the number of columns.
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)Clones the template column and appends the result to the end of the collection.
InsertClone(index: int, templ: IColumn, withAttachedColumns: bool)Clones the template column and inserts the result at the specified position.
RemoveAt(index: int, withAttachedRows: bool)Removes the column at the specified index.

Voir aussi

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