[]
There are several aspects of the Spread component that can be set to allow or restrict how the user can interact with the component.
Here is a list summarizing the things you can allow the user to do (or prevent the user from doing) with the data area of the component:
User functionality to allow | Related property or method |
---|---|
FpSpread.AllowDragDrop property | |
FpSpread.AllowDragFill property | |
SheetView.AllowNoteEdit property | |
FpSpread.AllowUserFormulas property | |
Column.AllowAutoFilter property | |
SheetView.GetRowExpandable, SetRowExpandable method | |
Movement of hands on clock face | FarPoint.PluginCalendar.WinForms.FpClock.AllowMoveHands property |
FpSpread.AllowRowMove property and AllowColumnMove property | |
FpSpread.SearchWithDialog method | |
FpSpread.SearchWithDialogAdvanced method | |
Column.AllowAutoSort property | |
Filtering a range | Cells.AutoFilter method |
Access filter settings | Worksheet.AutoFilter property, Worksheet.Tables.AutoFilter property |
Sorting a range | Sort.Apply method |
Here is a list summarizing the things you can allow the user to do (or prevent the user from doing) with the component:
User functionality to allow | Related property or method |
---|---|
Restrict access to rows or columns | SheetView.RestrictColumns property and RestrictRows property |
FpSpread.AllowUserZoom property | |
Use of Clipboard shortcuts (keys) | SuperEditBase.AllowClipboardKeys property |
Edit the sheet name |
Here is a list of things you can allow the user to do (or prevent the user from doing) with the shapes (on the drawing space layer):
User functionality to allow | Related property or method |
---|---|
Move shapes | |
Resize shapes | PSObject.CanSize property |
Rotate shapes | PSObject.CanRotate property |
Understanding Parts of the Component
Resetting Parts of the Interface
Improving Performance by Suspending the Layout