Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
CellRangeInfo FromRange(
	int startRow,
	int startColumn,
	int endRow,
	int endColumn
)
Function FromRange ( 
	startRow As Integer,
	startColumn As Integer,
	endRow As Integer,
	endColumn As Integer
) As CellRangeInfo
CellRangeInfo^ FromRange(
	int startRow, 
	int startColumn, 
	int endRow, 
	int endColumn
)
abstract FromRange : 
        startRow : int * 
        startColumn : int * 
        endRow : int * 
        endColumn : int -> CellRangeInfo 

Parameters

startRow
Int32
startColumn
Int32
endRow
Int32
endColumn
Int32

Return Value

CellRangeInfo

See Also