Click or drag to resize

RtfTextWriter WriteLineNoTabs Method

Writes the specified string to the standard output stream without any tab characters.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void WriteLineNoTabs(
	string s
)

Parameters

s
Type: System String
The string to write.
See Also