InsertRange

InsertRange(CellArea, int, ShiftType, bool)

插入一系列单元格并根据移位选项移位单元格。

public void InsertRange(CellArea area, int shiftNumber, ShiftType shiftType, bool updateReference)
范围类型描述
areaCellArea转移区域。
shiftNumberInt32要插入的行数或列数。
shiftTypeShiftType移动单元格选项。
updateReferenceBoolean指示是否更新其他工作表中的引用。

也可以看看


InsertRange(CellArea, ShiftType)

插入一系列单元格并根据移位选项移位单元格。

public void InsertRange(CellArea area, ShiftType shiftType)
范围类型描述
areaCellArea转移区域。
shiftTypeShiftType移动单元格选项。

也可以看看


InsertRange(CellArea, int, ShiftType)

插入一系列单元格并根据移位选项移位单元格。

public void InsertRange(CellArea area, int shiftNumber, ShiftType shiftType)
范围类型描述
areaCellArea转移区域。
shiftNumberInt32要插入的行数或列数。
shiftTypeShiftType移动单元格选项。

也可以看看