com.aspose.slides
Interface IColumnCollection
- All Superinterfaces:
- com.aspose.ms.System.Collections.ICollection, com.aspose.ms.System.Collections.IEnumerable, java.lang.Iterable
- All Known Implementing Classes:
- ColumnCollection
public interface IColumnCollection
- extends com.aspose.ms.System.Collections.ICollection
Methods inherited from interface com.aspose.ms.System.Collections.ICollection |
copyTo, getSyncRoot, isSynchronized, size |
Methods inherited from interface com.aspose.ms.System.Collections.IEnumerable |
iterator |
get_Item
IColumn get_Item(int index)
addClone
IColumn[] addClone(IColumn templ,
boolean withAttachedColumns)
insertClone
IColumn[] insertClone(int index,
IColumn templ,
boolean withAttachedColumns)
removeAt
void removeAt(int firstColumnIndex,
boolean withAttachedRows)