InsertRange

InsertRange(GridCellArea, GridShiftType)

لإدراج نطاق من الخلايا وإزاحة الخلايا وفقًا لخيار الإزاحة.

public void InsertRange(GridCellArea area, GridShiftType shiftType)
معامليكتبوصف
areaGridCellAreaمنطقة التحول.
shiftTypeGridShiftTypeخيار تحويل الخلايا.

أنظر أيضا


InsertRange(GridCellArea, int, GridShiftType, bool)

لإدراج نطاق من الخلايا وإزاحة الخلايا وفقًا لخيار الإزاحة.

public void InsertRange(GridCellArea area, int shiftNumber, GridShiftType shiftType, 
    bool updateReference)
معامليكتبوصف
areaGridCellAreaمنطقة التحول.
shiftNumberInt32عدد الصفوف أو الأعمدة المراد إدراجها.
shiftTypeGridShiftTypeخيار تحويل الخلايا.
updateReferenceBooleanيشير إلى ما إذا كان يتم تحديث المراجع في أوراق العمل الأخرى.

أنظر أيضا