Interface IComboBoxShape
public interface IComboBoxShape : IShape, IExcelApplication
- Inherited Members
Properties
Display3DShading
bool Display3DShading { get; set; }
Property Value
DropDownLines
int DropDownLines { get; set; }
Property Value
ListFillRange
IXLSRange ListFillRange { get; set; }
Property Value
SelectedIndex
int SelectedIndex { get; set; }
Property Value
SelectedValue
string SelectedValue { get; }