Table of Contents

Class ExcelControlList

Namespace
OfficeOpenXml.Drawing.Controls
Assembly
EPPlus.dll

An abstract class used by form control list objects

public abstract class ExcelControlList : ExcelControl, IDisposable
Inheritance
ExcelControlList
Implements
Derived
Inherited Members

Properties

InputRange

The range to the items populating the list.

public ExcelAddressBase InputRange { get; set; }

Property Value

ExcelAddressBase

SelectedIndex

The index of a selected item in the list.

public int SelectedIndex { get; set; }

Property Value

int