Share via


TextRange2.Length Property

Gets the length of a text range. Read-only.

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

Syntax

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

value = instance.Length
int Length { get; }

Property Value

Type: System.Int32
Integer

See Also

Reference

TextRange2 Interface

TextRange2 Members

Microsoft.Office.Core Namespace