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