TextRange2.BoundHeight Property
Gets the height, in points, of the text bounding box for the specified text. Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property BoundHeight As Single
Get
'Usage
Dim instance As TextRange2
Dim value As Single
value = instance.BoundHeight
float BoundHeight { get; }
Property Value
Type: System.Single
Single
Remarks
The text bounding box is not the same as the TextFrame object. The TextFrame object represents the container in which the text can reside. The text bounding box represents the perimeter immediately surrounding the text.