TextFrame.Overflowing Property
True if the text inside the specified text frame doesn't all fit within the frame.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Overflowing As Boolean
Get
'Usage
Dim instance As TextFrame
Dim value As Boolean
value = instance.Overflowing
bool Overflowing { get; }
Property Value
Type: System.Boolean