XlsWorksheet
SaveToImage Method (String, Int32, Int32, Int32, Int32)
|
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
public void SaveToImage(
string fileName,
int firstRow,
int firstColumn,
int lastRow,
int lastColumn
)
Public Sub SaveToImage (
fileName As String,
firstRow As Integer,
firstColumn As Integer,
lastRow As Integer,
lastColumn As Integer
)
public:
void SaveToImage(
String^ fileName,
int firstRow,
int firstColumn,
int lastRow,
int lastColumn
)
member SaveToImage :
fileName : string *
firstRow : int *
firstColumn : int *
lastRow : int *
lastColumn : int -> unit
Parameters
-
fileName
-
Type:
System
String
file Name
-
firstRow
-
Type:
System
Int32
-
firstColumn
-
Type:
System
Int32
-
lastRow
-
Type:
System
Int32
-
lastColumn
-
Type:
System
Int32
Return Value
Type:
See Also