TextRange2.BoundLeft Property
Gets the left coordinate, 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 BoundLeft As Single
Get
'Usage
Dim instance As TextRange2
Dim value As Single
value = instance.BoundLeft
float BoundLeft { 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.