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
)
Public Sub InsertCutRange (
cutRange As IXLSRange,
rowIndex As Integer,
colIndex As Integer,
moveOptions As InsertMoveOption
)
public:
void InsertCutRange(
IXLSRange^ cutRange,
int rowIndex,
int colIndex,
InsertMoveOption moveOptions
)
member InsertCutRange :
cutRange : IXLSRange *
rowIndex : int *
colIndex : int *
moveOptions : InsertMoveOption -> unit
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