Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetValue method

ListBoxActiveXControl::SetValue(const U16String&) method

Gets and sets the value of the control.

void Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetValue(const U16String &value)

Remarks

Only effects when ListBoxActiveXControl.SelectionType is SelectionType.Single;

See Also

ListBoxActiveXControl::SetValue(const char16_t*) method

Gets and sets the value of the control.

void Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetValue(const char16_t *value)

Remarks

Only effects when ListBoxActiveXControl.SelectionType is SelectionType.Single;

See Also