Click or drag to resize

XlsWorksheet SaveToImage Method (Int32, Int32, Int32, Int32)

Note: This API is now obsolete.

Save worksheet to image.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("This Function is Obsolete;use ToImage() instead")]
public Image SaveToImage(
	int firstRow,
	int firstColumn,
	int lastRow,
	int lastColumn
)

Parameters

firstRow
Type: System Int32
firstColumn
Type: System Int32
lastRow
Type: System Int32
lastColumn
Type: System Int32

Return Value

Type: Image

Implements

IWorksheet SaveToImage(Int32, Int32, Int32, Int32)
See Also