You can use touch gestures to move rows.
Tap the row header to select it, then slide to the target location. Release to move the row.
Select a row header range and then press and slide to move the range. Release to complete the action.
The AllowRowMove property must be true to move rows.
Refer to Using Touch Support with Selections for more information on how to select a column or row.
Set the AllowRowMove property
C# |
Copy Code
|
---|---|
FpSpread1.ActiveSheetView.AllowRowMove = true;
|
VB |
Copy Code
|
---|---|
FpSpread1.ActiveSheetView.AllowRowMove = true;
|