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