Click or drag to resize

XlsWorksheet ToSVGStream Method

Convert CellRange to Svg stream

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void ToSVGStream(
	Stream stream,
	int firstRow,
	int firstColumn,
	int lastRow,
	int lastColumn
)

Parameters

stream
Type: System.IO Stream
stream.
firstRow
Type: System Int32
One-based index of the first row to convert.
firstColumn
Type: System Int32
One-based index of the first column to convert.
lastRow
Type: System Int32
One-based index of the last row to convert.
lastColumn
Type: System Int32
One-based index of the last column to convert.
See Also