Skip to main content

ICheckSpellingResult.Index Property

Gets the index of a checked word in a text.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

int Index { get; }

#Property Value

Type Description
Int32

An integer representing the index of a word in a text.

See Also