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(
	string startCellRange,
	string endCellRange
)
Function FromRange ( 
	startCellRange As String,
	endCellRange As String
) As CellRangeInfo
CellRangeInfo^ FromRange(
	String^ startCellRange, 
	String^ endCellRange
)
abstract FromRange : 
        startCellRange : string * 
        endCellRange : string -> CellRangeInfo 

Parameters

startCellRange
String
endCellRange
String

Return Value

CellRangeInfo

See Also