Click or drag to resize

XlsWorksheet ToEMFStream Method (Stream, Int32, Int32, Int32, Int32)

Converts a range of cells in the worksheet to an EMF (Enhanced Metafile) 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 ToEMFStream(
	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