Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
C# | Visual Basic | Visual C++ | F# |
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