Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Image ToImage(
	int firstRow,
	int firstColumn,
	int lastRow,
	int lastColumn
)
Public Function ToImage ( 
	firstRow As Integer,
	firstColumn As Integer,
	lastRow As Integer,
	lastColumn As Integer
) As Image
public:
Image^ ToImage(
	int firstRow, 
	int firstColumn, 
	int lastRow, 
	int lastColumn
)
member ToImage : 
        firstRow : int * 
        firstColumn : int * 
        lastRow : int * 
        lastColumn : int -> Image 

Parameters

firstRow
Int32
firstColumn
Int32
lastRow
Int32
lastColumn
Int32

Return Value

Image

See Also