Table of Contents

Class XlsListBoxShape

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

Properties

Display3DShading

public bool Display3DShading { get; set; }

Property Value

bool

LinkedCell

Gets or sets the range linked to the shape's value.

public IXLSRange LinkedCell { get; set; }

Property Value

IXLSRange

ListFillRange

public IXLSRange ListFillRange { get; set; }

Property Value

IXLSRange

SelectedIndex

public int SelectedIndex { get; set; }

Property Value

int

SelectionType

public SelectionType SelectionType { get; set; }

Property Value

SelectionType

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