Click or drag to resize

RtfTextWriter Write Method (Int32)

Writes a int value to the text stream.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public override void Write(
	int value
)

Parameters

value
Type: System Int32
Int value to write.
See Also