Copy(Int32,Int32,CellMatrix<Sparkline>,Int32,Int32,Int32,Int32) Method
In This Topic
Syntax
'Declaration
Public Sub Copy( _
ByVal As Integer, _
ByVal fromColumn As Integer, _
ByVal As CellMatrix(Of Sparkline), _
ByVal As Integer, _
ByVal toColumn As Integer, _
ByVal As Integer, _
ByVal columnCount As Integer _
)
'Usage
Dim instance As SparklineStorage
Dim fromRow As Integer
Dim fromColumn As Integer
Dim target As CellMatrix(Of Sparkline)
Dim toRow As Integer
Dim toColumn As Integer
Dim rowCount As Integer
Dim columnCount As Integer
instance.Copy(fromRow, fromColumn, target, toRow, toColumn, rowCount, columnCount)
public void Copy(
int ,
int fromColumn,
CellMatrix<Sparkline> ,
int ,
int toColumn,
int ,
int columnCount
)
Parameters
- fromRow
- fromColumn
- target
- toRow
- toColumn
- rowCount
- columnCount
See Also