Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::IsWordWrapped method

RadioButtonActiveXControl::IsWordWrapped method

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

bool Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::IsWordWrapped()

Examples

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

See Also