InsertRange
内容
[
隐藏
]InsertRange(CellArea, int, ShiftType, bool)
插入一系列单元格并根据移位选项移位单元格。
public void InsertRange(CellArea area, int shiftNumber, ShiftType shiftType, bool updateReference)
范围 | 类型 | 描述 |
---|---|---|
area | CellArea | 转移区域。 |
shiftNumber | Int32 | 要插入的行数或列数。 |
shiftType | ShiftType | 移动单元格选项。 |
updateReference | Boolean | 指示是否更新其他工作表中的引用。 |
也可以看看
- struct CellArea
- enum ShiftType
- class Cells
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
InsertRange(CellArea, ShiftType)
插入一系列单元格并根据移位选项移位单元格。
public void InsertRange(CellArea area, ShiftType shiftType)
范围 | 类型 | 描述 |
---|---|---|
area | CellArea | 转移区域。 |
shiftType | ShiftType | 移动单元格选项。 |
也可以看看
- struct CellArea
- enum ShiftType
- class Cells
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
InsertRange(CellArea, int, ShiftType)
插入一系列单元格并根据移位选项移位单元格。
public void InsertRange(CellArea area, int shiftNumber, ShiftType shiftType)
范围 | 类型 | 描述 |
---|---|---|
area | CellArea | 转移区域。 |
shiftNumber | Int32 | 要插入的行数或列数。 |
shiftType | ShiftType | 移动单元格选项。 |
也可以看看
- struct CellArea
- enum ShiftType
- class Cells
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells