Click or drag to resize

RtfTextWriter Constructor (Boolean)

Initializes a new instance of the RtfTextWriter class with the specified formatting option.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public RtfTextWriter(
	bool enableFormatting
)

Parameters

enableFormatting
Type: System Boolean
A boolean value indicating whether formatting should be enabled.
See Also