XlsComboBoxShape
ComboType Property
 | 
Gets type of the combo box object.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public ExcelComboType ComboType { get; }
 
Public ReadOnly Property ComboType As ExcelComboType
	Get
 
public:
property ExcelComboType ComboType {
	ExcelComboType get ();
}
 
member ComboType : ExcelComboType with get
 
 
 
Property Value
Type:
ExcelComboType
 
See Also