Click or drag to resize

RtfTextWriter WriteStrikeThrough Method

Writes text with a strike-through style applied.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void WriteStrikeThrough(
	StrikeThroughStyle style
)

Parameters

style
Type: Spire.Xls.Core.Spreadsheet StrikeThroughStyle
The style of the strike-through to apply.
See Also