Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsWordWrapped method

TextBoxActiveXControl::SetIsWordWrapped method

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

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

Examples

if (!activeXControl.IsWordWrapped())
{
    activeXControl.SetIsWordWrapped(true);
}

See Also