Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfoRange Class / FromCellRange Method / FromCellRange(SheetView,CellRange,RowClipInfoRange,ColumnClipInfoRange) Method
Sheet from which to build the cell information
Range from which to build the cell information, or null to use the current selection (if there is a selection) or active cell instead
Row Clipboard information
Column Clipboard information


In This Topic
FromCellRange(SheetView,CellRange,RowClipInfoRange,ColumnClipInfoRange) Method
In This Topic
Creates cell information for the specified range in the specified sheet.
Syntax
'Declaration
 
Public Overloads Shared Function FromCellRange( _
   ByVal sheetView As SheetView, _
   ByVal cellRange As CellRange, _
   ByRef rowClipInfo As RowClipInfoRange, _
   ByRef columnClipInfo As ColumnClipInfoRange _
) As CellInfoRange
 
'Usage
 
Dim sheetView As SheetView
Dim cellRange As CellRange
Dim rowClipInfo As RowClipInfoRange
Dim columnClipInfo As ColumnClipInfoRange
Dim value As CellInfoRange
 
value = CellInfoRange.FromCellRange(sheetView, cellRange, rowClipInfo, columnClipInfo)

Parameters

sheetView
Sheet from which to build the cell information
cellRange
Range from which to build the cell information, or null to use the current selection (if there is a selection) or active cell instead
rowClipInfo
Row Clipboard information
columnClipInfo
Column Clipboard information

Return Value

A CellInforRange object
See Also