GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > CellMatrix<T> クラス : Copy(Int32,Int32,CellMatrix<T>,Int32,Int32,Int32,Int32) メソッド |
'Declaration
Public Sub Copy( _ ByVal fromRow As Integer, _ ByVal fromColumn As Integer, _ ByVal target As CellMatrix(Of T), _ ByVal toRow As Integer, _ ByVal toColumn As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ )
public void Copy( int fromRow, int fromColumn, CellMatrix<T> target, int toRow, int toColumn, int rowCount, int columnCount )