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
LinkedCell
Gets or sets the range linked to the shape's value.
public IXLSRange LinkedCell { get; set; }
Property Value
ListFillRange
public IXLSRange ListFillRange { get; set; }
Property Value
SelectedIndex
public int SelectedIndex { get; set; }
Property Value
SelectionType
public SelectionType SelectionType { get; set; }
Property Value
ShapeType
public ExcelShapeType ShapeType { get; }
Property Value
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
objecthashNewNames
Dictionary<string, string>dicFontIndexes
Dictionary<int, int>addToCollections
bool