Version

Working with Activation (XamSpreadsheet)

Purpose

This topic explains the activation feature from developer perspective.

Required background

The following table lists the concepts 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 action can be performed by the user when navigating through the worksheet’s cells.

Activation Summary

Activation summary chart

The following table explains briefly the task allowed to be performed while working with the XamSpreadsheet’s activation and maps them to the respective properties. Further details are available after the table.

Task Details Properties

Obtain/Set Active Cell

Obtain or set the active cell

Obtain the Active Pane

Obtain the active sheet pane

Obtain Panes Collection

Obtain a collection containing the sheet panes of the current worksheet

Obtain/Set Active Cell

Overview

You can obtain or set the active cell of the current sheet’s current sheet pane.

Property settings

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

In order to: Use this property: And:

Obtain Active Cell

ActiveCell

Obtain its value

Set Active Cell

Set a new value of type SpreadsheetCell

Obtain the Active Pane

Overview

You can obtain the active pane of the current worksheet.

Property settings

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

In order to: Use this property: And:

Obtain active pane

Obtain its value

Obtain Panes Collection

Overview

You can obtain a collection of all panes in the selected worksheet.

Property settings

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

In order to: Use this property: And:

Obtain panes collection

Obtain its value

Related Content

The following topics provide additional information related to this topic.

Topic Purpose

This topic explains how to configure and perform undo and redo operations with the control.

This topic explains the selection feature from developer perspective.