Table of Contents

Class XlsComboBoxShape

Namespace
Spire.Xls.Core.Spreadsheet.Shapes
Assembly
Spire.XLS.dll
public class XlsComboBoxShape : XlsShape, IDisposable, ICloneParent, INamedObject, IComboBoxShape, IShape, IExcelApplication
Inheritance
XlsComboBoxShape
Implements
Inherited Members

Properties

ComboType

public ExcelComboType ComboType { get; }

Property Value

ExcelComboType

Display3DShading

public bool Display3DShading { get; set; }

Property Value

bool

DropDownLines

public int DropDownLines { get; set; }

Property Value

int

ListFillRange

public IXLSRange ListFillRange { get; set; }

Property Value

IXLSRange

SelectedIndex

public int SelectedIndex { get; set; }

Property Value

int

SelectedValue

public string SelectedValue { get; }

Property Value

string

ShapeType

public ExcelShapeType ShapeType { get; }

Property Value

ExcelShapeType

Methods

Clone(object, Dictionary<string, string>, Dictionary<int, int>, bool)

public override IShape Clone(object parent, Dictionary<string, string> hashNewNames, Dictionary<int, int> dicFontIndexes, bool addToCollections)

Parameters

parent object
hashNewNames Dictionary<string, string>
dicFontIndexes Dictionary<int, int>
addToCollections bool

Returns

IShape