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


Method Summary
 IRow[] addClone(IRow templ, boolean withAttachedRows)
           
 IRow get_Item(int index)
           
 IRow[] insertClone(int index, IRow templ, boolean withAttachedRows)
           
 void removeAt(int firstRowIndex, boolean withAttachedRows)
           
 
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
 

Method Detail

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)