Class ExcelControlList
An abstract class used by form control list objects
Inheritance
ExcelControlList
Implements
Inherited Members
Namespace: OfficeOpenXml.Drawing.Controls
Assembly: EPPlus.dll
Syntax
public abstract class ExcelControlList : ExcelControl, IDisposable
Properties
InputRange
The range to the items populating the list.
Declaration
public ExcelAddressBase InputRange { get; set; }
Property Value
| Type | Description |
|---|---|
| ExcelAddressBase |
SelectedIndex
The index of a selected item in the list.
Declaration
public int SelectedIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int |