GrapeCity Spread Silverlight CTP, Part 11 - Drag and Move
Spread CTP - Script 11: Drag and Move
If you are interested in downloading the Spread CTP, please email labs@grapecity.com .
This is the 11th in a series of Spread CTP Blogs and is a continuation of:
Part 1 : Create an app from scratch
Part 2 : AutoFit
Part 3 : Borders and Grid Lines
Part 4 : Cell Format
Part 5 : Cell Overflow
Part 6 : Cell Span
Part 7 : Clipboard Operation
Part 8 : Conditional Formatting
Part 9 : CSV Import and Export
Part 10: Data Binding
The user can use the mouse to select a cell or block of cells and move them to a new location. Move the mouse pointer to the edge of a selected column, row, or block of cells and then click and drag the selected range to the new location.
The following image displays a selected block of cells with the drag icon:
Move the block to the new location.
Release the mouse to display the data in the new location.
You can select and drag multiple contiguous columns or rows.
Using Code
CS
gcSpreadSheet1.AllowDragDrop = true;
VB.NET
GcSpreadSheet1.AllowDragDrop = True
Part 12: Drag and fill
Technorati Tags: Spread,Excel,Silverlight,CTP,labs@grapecity.com,visual studio,AutoFit,borders and Grid lines,cell format,cell overflow,cell span,clipboard,clipboard operation,conditional formatting,CSV,CSV Import and Export,data binding,drag and move
tweetmeme_url = 'http://www.clubfarpoint.com/Forums/blogs/russells\_blog/archive/2012/04/26/grapecity-spread-silverlight-ctp-part-11-drag-and-move.aspx'; tweetmeme_source = '@russcamtv'; tweetmeme_hashtags = '#appdev';