[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.CharRangeList.Add

Add Method

Add(string, int, bool)

Adds a new CharRange to the list.

Declaration
public void Add(string word, int start, bool duplicate)
Parameters
Type Name Description
string word

Word to add to the list.

int start

Starting index of the character range within the text.

bool duplicate

Whether the range is a duplicate of the previous range in the text.