Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetText method
TextBoxActiveXControl::SetText(const U16String&) method
Gets and set text of the control.
void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetText(const U16String &value)
Examples
U16String val = u"This is a test.";
activeXControl.SetText(val);
See Also
- Class Vector
- Class U16String
- Class TextBoxActiveXControl
- Namespace Aspose::Cells::Drawing::ActiveXControls
- Library Aspose.Cells for C++
TextBoxActiveXControl::SetText(const char16_t*) method
Gets and set text of the control.
void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetText(const char16_t *value)
Examples
activeXControl.SetText(u"This is a test.");
See Also
- Class Vector
- Class TextBoxActiveXControl
- Namespace Aspose::Cells::Drawing::ActiveXControls
- Library Aspose.Cells for C++