Share via


TextRange2.Start Property

Gets the starting point of the specified text range. Read-only.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property Start As Integer
    Get
'Usage
Dim instance As TextRange2
Dim value As Integer

value = instance.Start
int Start { get; }

Property Value

Type: System.Int32
Integer

See Also

Reference

TextRange2 Interface

TextRange2 Members

Microsoft.Office.Core Namespace