Gets CellRangeInfo from a range of worksheet.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
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
Return Value
CellRangeInfoA CellRange object.