GridCells.InsertRange

InsertRange(GridCellArea, GridShiftType)

Inserts a range of cells and shift cells according to the shift option.

public void InsertRange(GridCellArea area, GridShiftType shiftType)
ParameterTypeDescription
areaGridCellAreaShift area.
shiftTypeGridShiftTypeShift cells option.

See Also


InsertRange(GridCellArea, int, GridShiftType, bool)

Inserts a range of cells and shift cells according to the shift option.

public void InsertRange(GridCellArea area, int shiftNumber, GridShiftType shiftType, 
    bool updateReference)
ParameterTypeDescription
areaGridCellAreaShift area.
shiftNumberInt32Number of rows or columns to be inserted.
shiftTypeGridShiftTypeShift cells option.
updateReferenceBooleanIndicates if update references in other worksheets.

See Also