Click or drag to resize

IWorksheet SaveToImage Method (Int32, Int32, Int32, Int32)

Converts range into image (Bitmap).

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
Image SaveToImage(
	int firstRow,
	int firstColumn,
	int lastRow,
	int lastColumn
)

Parameters

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.

Return Value

Type: Image
See Also