Click or drag to resize

XlsWorksheet InsertCutRange Method

Insert cut range into worksheet at specified position.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void InsertCutRange(
	IXLSRange cutRange,
	int rowIndex,
	int colIndex,
	InsertMoveOption moveOptions
)

Parameters

cutRange
Type: Spire.Xls.Core IXLSRange
the cut range
rowIndex
Type: System Int32
the dest range first row index
colIndex
Type: System Int32
the dest range first column index
moveOptions
Type: Spire.Xls InsertMoveOption
insert options.
See Also