[]
Creates cell information for the specified range in the specified sheet.
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
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 |
Type | Description |
---|---|
CellInfoRange | A CellInforRange object |
Creates cell information for the specified range in the specified sheet.
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
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 |
Type | Description |
---|---|
CellInfoRange | A CellInforRange object |