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
)
<ObsoleteAttribute("This Function is Obsolete;use ToImage() instead")>
Public Function SaveToImage (
firstRow As Integer,
firstColumn As Integer,
lastRow As Integer,
lastColumn As Integer
) As Image
public:
[ObsoleteAttribute(L"This Function is Obsolete;use ToImage() instead")]
virtual Image^ SaveToImage(
int firstRow,
int firstColumn,
int lastRow,
int lastColumn
) sealed
[<ObsoleteAttribute("This Function is Obsolete;use ToImage() instead")>]
abstract SaveToImage :
firstRow : int *
firstColumn : int *
lastRow : int *
lastColumn : int -> Image
[<ObsoleteAttribute("This Function is Obsolete;use ToImage() instead")>]
override SaveToImage :
firstRow : int *
firstColumn : int *
lastRow : int *
lastColumn : int -> Image
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