InsertRange
محتويات
[
يخفي
]InsertRange(GridCellArea, GridShiftType)
لإدراج نطاق من الخلايا وإزاحة الخلايا وفقًا لخيار الإزاحة.
public void InsertRange(GridCellArea area, GridShiftType shiftType)
معامل | يكتب | وصف |
---|---|---|
area | GridCellArea | منطقة التحول. |
shiftType | GridShiftType | خيار تحويل الخلايا. |
أنظر أيضا
- class GridCellArea
- enum GridShiftType
- class GridCells
- مساحة الاسم Aspose.Cells.GridWeb.Data
- المجسم Aspose.Cells.GridWeb
InsertRange(GridCellArea, int, GridShiftType, bool)
لإدراج نطاق من الخلايا وإزاحة الخلايا وفقًا لخيار الإزاحة.
public void InsertRange(GridCellArea area, int shiftNumber, GridShiftType shiftType,
bool updateReference)
معامل | يكتب | وصف |
---|---|---|
area | GridCellArea | منطقة التحول. |
shiftNumber | Int32 | عدد الصفوف أو الأعمدة المراد إدراجها. |
shiftType | GridShiftType | خيار تحويل الخلايا. |
updateReference | Boolean | يشير إلى ما إذا كان يتم تحديث المراجع في أوراق العمل الأخرى. |
أنظر أيضا
- class GridCellArea
- enum GridShiftType
- class GridCells
- مساحة الاسم Aspose.Cells.GridWeb.Data
- المجسم Aspose.Cells.GridWeb