Click or drag to resize

RtfTextWriter WriteTag Method (RtfTags, Object )

Writes an RTF tag to the output with optional parameters.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void WriteTag(
	RtfTags tag,
	params Object[] arrParams
)

Parameters

tag
Type: Spire.Xls.Core.Spreadsheet RtfTags
The RTF tag to write.
arrParams
Type: System Object
Optional parameters to format the tag with.
See Also