Table of Contents

ExcelFile.SelectCells Method

Selects a group of cells on a given pane. If you just want to select just one cell, you can use the simpler method SelectCell This property can work in different windows depending on the value of ActiveWindow

Syntax

Namespace: FlexCel.Core

public abstract void SelectCells(TXlsCellRange[] cellRange)

Parameters

<-> Parameter Type Description
cellRange TXlsCellRange[] Cells to select.

See also