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
Display3DShading
public bool Display3DShading { get; set; }
Property Value
DropDownLines
public int DropDownLines { get; set; }
Property Value
ListFillRange
public IXLSRange ListFillRange { get; set; }
Property Value
SelectedIndex
public int SelectedIndex { get; set; }
Property Value
SelectedValue
public string SelectedValue { get; }
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