GcSpread.Sheets.UndoRedo Namespace : DragDropExtent type |
var instance = new GcSpread.Sheets.UndoRedo.DragDropExtent(fromRow, fromColumn, toRow, toColumn, rowCount, columnCount);
function DragDropExtent;
Object
GcSpread.Sheets.UndoRedo.DragDropExtent
Name | Description | |
---|---|---|
DragDropExtent Constructor | Represents a drag drop action extent that supports drag and drop on the sheet. |
Name | Description | |
---|---|---|
columnCount | The column count for the drag drop. | |
fromColumn | The source column index for the drag drop. | |
fromRow | The source row index for the drag drop. | |
rowCount | The row count for the drag drop. | |
toColumn | The destination column index for the drag drop. | |
toRow | The destination row index for the drag drop. |