Click or drag to resize

GradientStops Serialize Method

Saves gradient stops into stream in binary format.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Serialize(
	Stream stream
)

Parameters

stream
Type: System.IO Stream
Stream to serialize into.
See Also