IColumnCollection
Contents
[
Hide
]
IColumnCollection class
Represents collection of columns in a table.
The IColumnCollection type exposes the following members:
Properties
Name | Description |
---|---|
as_i_collection | Returns ICollection class. |
as_i_enumerable | Returns IEnumerable class. |
Indexer
Name | Description |
---|---|
[index] | Returns the column at the specified index. Read-only IColumn. |
Methods
Name | Description |
---|---|
add_clone(templ, with_attached_columns) | Creates a copy of the specified template row and inserts it at the bottom of a table. |
insert_clone(index, templ, with_attached_columns) | Creates a copy of the specified template column and insert it at the specified position in a table. |
remove_at(first_column_index, with_attached_rows) | Removes a column at the specified position from a table. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides