CharacterType
Gets or sets the special character type.
Allowed Values
CarriageReturn ColumnBreak ContinuationSeparator LineBreak NoteMark PageBreak Separator Tab
Type
| ( `"CarriageReturn"` | `"ColumnBreak"` | `"ContinuationSeparator"` | `"LineBreak"` | `"NoteMark"` | `"PageBreak"` | `"Separator"` | `"Tab"` )
|
Declaration
| ( `"CarriageReturn"` | `"ColumnBreak"` | `"ContinuationSeparator"` | `"LineBreak"` | `"NoteMark"` | `"PageBreak"` | `"Separator"` | `"Tab"` ) mySpecialCharacter.CharacterType
|