Version

Configuring Selection (XamSpreadsheet)

Purpose

This topic explains how configure the selection feature.

Required background

The following table lists the concept and topics required as a prerequisite to understanding this topic.

Type Content

Concept

Infragistics Excel Engine

Topic Purpose

In this section you will find information that will help you to better understand the object model and the functionalities of the Infragistics Excel Engine .

This topic explains in details the features of the XamSpreadsheet control from developer perspective.

This topic provides an overview of the visual elements of the XamSpreadsheet control.

This topic explains what actions can be performed by the user when selecting worksheet cells.

In this topic

This topic contains the following sections:

Selection Configuration Summary

Selection configuration summary

You can control whether the existing selection is replaced or altered depending on the modifier keys (Shift and/or Control) pressed by the user.

Selection configuration summary chart

The following table explains briefly the configurable aspect of the selection and maps it to the property that configure it.

Configurable aspect Details Properties

Configure the selection behavior depending on the modifier keys pressed by the user.

Configuring Selection Mode

Overview

To switch between the XamSpreadsheet’s selection modes (Normal, ExtendedSelection and AddToSelection) programmatically, use the SelectionMode property.

Property settings

The following table maps the desired configuration to the property settings that manage it.

In order to: Use this property: And set it to:

Set Normal mode

SelectionMode

Set ExtendedSelection mode

SelectionMode

Set AddToSelection mode

SelectionMode

Related Content

The following topics provide additional information related to this topic.

Topic Purpose

This topic explains how to configure the cell editing feature.

This topic explains how to configure the navigation feature.

This topic explains how to configure the worksheet’s tabs area.

This topic explains the selection feature from developer perspective.