Class that represents a character range within a string. This is used by the C1SpellChecker control to represent the spelling mistakes found in text.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
public class CharRange
Visual Basic (Declaration)
Public Class CharRange

Inheritance Hierarchy

System..::..Object
  C1.Web.Editor..::..CharRange

See Also