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 Image SaveAsImages(
	int sheetIndex,
	int firstRow,
	int firstColumn,
	int lastRow,
	int lastColumn,
	float dpiX,
	float dpiY
)
Public Function SaveAsImages ( 
	sheetIndex As Integer,
	firstRow As Integer,
	firstColumn As Integer,
	lastRow As Integer,
	lastColumn As Integer,
	dpiX As Single,
	dpiY As Single
) As Image
public:
Image^ SaveAsImages(
	int sheetIndex, 
	int firstRow, 
	int firstColumn, 
	int lastRow, 
	int lastColumn, 
	float dpiX, 
	float dpiY
)
member SaveAsImages : 
        sheetIndex : int * 
        firstRow : int * 
        firstColumn : int * 
        lastRow : int * 
        lastColumn : int * 
        dpiX : float32 * 
        dpiY : float32 -> Image 

Parameters

sheetIndex
Int32
firstRow
Int32
firstColumn
Int32
lastRow
Int32
lastColumn
Int32
dpiX
Single
dpiY
Single

Return Value

Image

See Also