Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::SetGroupName method
RadioButtonActiveXControl::SetGroupName(const U16String&) method
Gets and sets the group’s name.
void Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::SetGroupName(const U16String &value)
Examples
U16String val = u"GroupName123";
activeXControl.SetGroupName(val);
See Also
- Class Vector
- Class U16String
- Class RadioButtonActiveXControl
- Namespace Aspose::Cells::Drawing::ActiveXControls
- Library Aspose.Cells for C++
RadioButtonActiveXControl::SetGroupName(const char16_t*) method
Gets and sets the group’s name.
void Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::SetGroupName(const char16_t *value)
Examples
activeXControl.SetGroupName(u"GroupName123");
See Also
- Class Vector
- Class RadioButtonActiveXControl
- Namespace Aspose::Cells::Drawing::ActiveXControls
- Library Aspose.Cells for C++