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

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