Back to Devexpress

SubDocument.Length Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-subdocument-3549265b.md

latest1.4 KB
Original Source

SubDocument.Length Property

Gets the character length of the document.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
int Length { get; }
vb
ReadOnly Property Length As Integer

Property Value

TypeDescription
Int32

An integer that is the number of character positions in the document.

|

Remarks

The Length property yields a performance gain compared to the SubDocument.Range.Length notation that uses the DocumentRange.Length property.

See Also

Length

SubDocument Interface

SubDocument Members

DevExpress.XtraRichEdit.API.Native Namespace