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
)
Function SaveToImage (
firstRow As Integer,
firstColumn As Integer,
lastRow As Integer,
lastColumn As Integer
) As Image
Image^ SaveToImage(
int firstRow,
int firstColumn,
int lastRow,
int lastColumn
)
abstract SaveToImage :
firstRow : int *
firstColumn : int *
lastRow : int *
lastColumn : int -> Image
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