SpreadJS Documentation
DragDropExtent type
Represents a drag drop action extent that supports drag and drop on the sheet.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.DragDropExtent(fromRow, fromColumn, toRow, toColumn, rowCount, columnCount);
function DragDropExtent;
Inheritance Hierarchy

Object
   GcSpread.Sheets.UndoRedo.DragDropExtent

Constructors
 NameDescription
public ConstructorDragDropExtent ConstructorRepresents a drag drop action extent that supports drag and drop on the sheet.  
Top
Fields
 NameDescription
public FieldcolumnCountThe column count for the drag drop.  
public FieldfromColumnThe source column index for the drag drop.  
public FieldfromRowThe source row index for the drag drop.  
public FieldrowCountThe row count for the drag drop.  
public FieldtoColumnThe destination column index for the drag drop.  
public FieldtoRowThe destination row index for the drag drop.  
Top
See Also

Reference

GcSpread.Sheets.UndoRedo Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.