com.aspose.slides
Interface IRowCollection
- All Superinterfaces:
- com.aspose.ms.System.Collections.ICollection, com.aspose.ms.System.Collections.IEnumerable, java.lang.Iterable
- All Known Implementing Classes:
- RowCollection
public interface IRowCollection
- 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
IRow get_Item(int index)
addClone
IRow[] addClone(IRow templ,
boolean withAttachedRows)
insertClone
IRow[] insertClone(int index,
IRow templ,
boolean withAttachedRows)
removeAt
void removeAt(int firstRowIndex,
boolean withAttachedRows)