Spread Windows Forms 12.0 Product Documentation
Customizing User Selection and Deselection of Data
Spread Windows Forms 12.0 Product Documentation > Developer's Guide > Customizing Sheet Interaction > Customizing User Selection and Deselection of Data

You can customize what the user can select and how the selection appears. To customize aspects of selections, you can perform the following tasks:

You can customize several aspects of user selection and whether to hide the selection when focus is lost. For example, you can set whether to move the active cell in the view with the MoveActiveOnFocus property of the FpSpread class. For more actions with selections, refer to Working with Selections.

To set the selection model for a sheet, use the SheetView Selection property.

For information regarding selections in Spread Designer, refer to Selecting a Contiguous Range of Cells in the Spread Designer Guide.

See Also