Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIntegralHeight method

TextBoxActiveXControl::SetIntegralHeight method

Indicates whether the control will only show complete lines of text without showing any partial lines.

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

Examples

if (!activeXControl.GetIntegralHeight())
{
    activeXControl.SetIntegralHeight(true);
}

See Also