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
- Class Vector
- Class RadioButtonActiveXControl
- Namespace Aspose::Cells::Drawing::ActiveXControls
- Library Aspose.Cells for C++