[]
        
(Showing Draft Content)

Using Touch Support when Moving Columns

You can use touch gestures to move columns.

Tap the column header to select it, then slide to the target location. Release to move the column.

Spread for ASP.NET spreadsheet interface displays Before Move Action, helping developers complete the task described in Using Touch Support when Moving Columns.

The following image displays the column after the move action has been completed.

Spread for ASP.NET spreadsheet interface displays After Move Action, helping developers complete the task described in Using Touch Support when Moving Columns.

Select a column header range and then press and slide to move the range. Release to complete the action.

Spread for ASP.NET spreadsheet interface displays Moving a Range, helping developers complete the task described in Using Touch Support when Moving Columns.

The AllowColumnMove property must be true to move columns.

Refer to Using Touch Support with Selections for more information on how to select a column or row.

Using Code

Set the AllowColumnMove property.

Example

This example code sets the AllowColumnMove property.

FpSpread1.ActiveSheetView.AllowColumnMove = true;
FpSpread1.ActiveSheetView.AllowColumnMove = True