Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetIntegralHeight method

TextBoxActiveXControl::GetIntegralHeight method

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

bool Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetIntegralHeight()

Examples

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

See Also