XlsComboBoxShape
SelectedValue Property
|
Gets value selected in combobox.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string SelectedValue { get; }
Public ReadOnly Property SelectedValue As String
Get
public:
virtual property String^ SelectedValue {
String^ get () sealed;
}
abstract SelectedValue : string with get
override SelectedValue : string with get
Property Value
Type:
String
Implements
IComboBoxShape
SelectedValue
See Also