Click or drag to resize

RtfTextWriter Escape Property

Determines whether characters should be escaped during writing. When `Escape` is `true`, certain characters are escaped to prevent them from being interpreted as special characters.When `Escape` is `false`, characters are written as-is without any escaping.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool Escape { get; set; }

Property Value

Type: Boolean
See Also