[]
        
Represents how to edit the rich text.
public enum RichTextEditMode
  Public Enum RichTextEditMode
  | Name | Description | 
|---|---|
| Legacy | Cell value is edited as plain text.  | 
      
| On | Cell value is edited as rich text.  | 
      
| Unspecified | The rich text editing mode is determined via EditModeStarting event.  |