Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void ToEMFStream(
	Stream stream,
	int firstRow,
	int firstColumn,
	int lastRow,
	int lastColumn
)
Public Sub ToEMFStream ( 
	stream As Stream,
	firstRow As Integer,
	firstColumn As Integer,
	lastRow As Integer,
	lastColumn As Integer
)
public:
void ToEMFStream(
	Stream^ stream, 
	int firstRow, 
	int firstColumn, 
	int lastRow, 
	int lastColumn
)
member ToEMFStream : 
        stream : Stream * 
        firstRow : int * 
        firstColumn : int * 
        lastRow : int * 
        lastColumn : int -> unit 

Parameters

stream
Stream
firstRow
Int32
firstColumn
Int32
lastRow
Int32
lastColumn
Int32

See Also