DictionaryCollection.IndexOf(ISpellCheckerDictionary) Method
Returns an index of a dictionary in a collection.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
dictionary | ISpellCheckerDictionary | An ISpellCheckerDictionary interface specifying the dictionary. |
Returns
Type | Description |
---|---|
Int32 | An integer that is the index of an item in a collection. |
See Also