[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellInfoRange.FromCellRange

FromCellRange Method

FromCellRange(SheetView, CellRange, ref RowClipInfoRange, ref ColumnClipInfoRange)

Creates cell information for the specified range in the specified sheet.

Declaration
public static CellInfoRange FromCellRange(SheetView sheetView, CellRange cellRange, ref RowClipInfoRange rowClipInfo, ref ColumnClipInfoRange columnClipInfo)
Public Shared Function FromCellRange(sheetView As SheetView, cellRange As CellRange, ByRef rowClipInfo As RowClipInfoRange, ByRef columnClipInfo As ColumnClipInfoRange) As CellInfoRange
Parameters
Type Name Description
SheetView sheetView

Sheet from which to build the cell information

CellRange 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

RowClipInfoRange rowClipInfo

Row Clipboard information

ColumnClipInfoRange columnClipInfo

Column Clipboard information

Returns
Type Description
CellInfoRange

A CellInforRange object

FromCellRange(SheetView, CellRange, ref RowClipInfoRange, ref ColumnClipInfoRange, ref TableViewClipboardInfo)

Creates cell information for the specified range in the specified sheet.

Declaration
public static CellInfoRange FromCellRange(SheetView sheetView, CellRange cellRange, ref RowClipInfoRange rowClipInfo, ref ColumnClipInfoRange columnClipInfo, ref TableViewClipboardInfo tableClipInfo)
Public Shared Function FromCellRange(sheetView As SheetView, cellRange As CellRange, ByRef rowClipInfo As RowClipInfoRange, ByRef columnClipInfo As ColumnClipInfoRange, ByRef tableClipInfo As TableViewClipboardInfo) As CellInfoRange
Parameters
Type Name Description
SheetView sheetView

Sheet from which to build the cell information

CellRange 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

RowClipInfoRange rowClipInfo

Row Clipboard information

ColumnClipInfoRange columnClipInfo

Column Clipboard information

TableViewClipboardInfo tableClipInfo
Returns
Type Description
CellInfoRange

A CellInforRange object