Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::SetIsWordWrapped method

RadioButtonActiveXControl::SetIsWordWrapped method

Indicates whether the contents of the control automatically wrap at the end of a line.

void Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::SetIsWordWrapped(bool value)

Examples

if (activeXControl.IsWordWrapped() == false)
{
    activeXControl.SetIsWordWrapped(true);
}

See Also