InsertRows
InsertRows(int, int, bool)
إدراج عدة صفوف في ورقة العمل .
public void InsertRows(int rowIndex, int totalRows, bool updateReference)
معامل | يكتب | وصف |
---|---|---|
rowIndex | Int32 | فهرس الصف. |
totalRows | Int32 | عدد الصفوف المراد ادراجها. |
updateReference | Boolean | يشير إلى ما إذا كان سيتم تحديث المراجع في أوراق العمل الأخرى. |
أنظر أيضا
- class GridCells
- مساحة الاسم Aspose.Cells.GridDesktop.Data
- المجسم Aspose.Cells.GridDesktop
InsertRows(int, int)
إدراج عدة صفوف في ورقة العمل .
public void InsertRows(int rowIndex, int totalRows)
معامل | يكتب | وصف |
---|---|---|
rowIndex | Int32 | فهرس الصف. |
totalRows | Int32 | عدد الصفوف المراد ادراجها. |
أنظر أيضا
- class GridCells
- مساحة الاسم Aspose.Cells.GridDesktop.Data
- المجسم Aspose.Cells.GridDesktop