Table of Contents

Interface IComboBoxShape

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IComboBoxShape : IShape, IExcelApplication
Inherited Members

Properties

Display3DShading

bool Display3DShading { get; set; }

Property Value

bool

DropDownLines

int DropDownLines { get; set; }

Property Value

int

ListFillRange

IXLSRange ListFillRange { get; set; }

Property Value

IXLSRange

SelectedIndex

int SelectedIndex { get; set; }

Property Value

int

SelectedValue

string SelectedValue { get; }

Property Value

string