IRowCollection

المعلومات العامة

IRowCollection هي واجهة في Aspose.Slides FOSS لـ Java.

يمثل مجموعة من الصفوف في الجدول.

الطرق

التوقيعوصف
get(index: int)IRowيحصل على الصف في المؤشر المحدد.
size()intيعيد عدد الصفوف في المجموعة.
addClone(templ: IRow, withAttachedRows: boolean)IRow[]يضيف نسخة من الصف المحدد إلى مجموعة.
insertClone(index: int, templ: IRow, withAttachedRows: boolean)IRow[]يضيف نسخة من الصف المحدد في المؤشر المبين.
removeAt(firstRowIndex: int, withAttachedRows: boolean)يزيل الصف عند المؤشر المحدد.
asICollection()List<IRow>يعيد المجموعة كـ {@link list}.
asIEnumerable()Iterable<IRow>يعيد المجموعة كـ {@link Iterable}.
 العربية