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
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the number of columns. |
AsICollection | IList<IColumn> | Read | Gets a shallow copy of all columns as a list. |
AsIEnumerable | IEnumerable<IColumn> | Read | Gets an enumerable over the columns. |
méthodes
| Signature | Description |
|---|---|
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