PowerTools SPREAD for Windows Forms 8.0J
Copy メソッド (ConditionalFormattingModel)


コピーを開始する行インデックス
コピーを開始する列インデックス
セル範囲を貼り付ける行インデックス
セル範囲を貼り付ける列インデックス
コピーする行数
コピーする列数
セル範囲をコピーして、指定した位置のセル範囲に貼り付けます。
構文
'Declaration
 
Public Sub Copy( _
   ByVal fromRow As Integer, _
   ByVal fromColumn As Integer, _
   ByVal toRow As Integer, _
   ByVal toColumn As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) 
'使用法
 
Dim instance As ConditionalFormattingModel
Dim fromRow As Integer
Dim fromColumn As Integer
Dim toRow As Integer
Dim toColumn As Integer
Dim rowCount As Integer
Dim columnCount As Integer
 
instance.Copy(fromRow, fromColumn, toRow, toColumn, rowCount, columnCount)
public void Copy( 
   int fromRow,
   int fromColumn,
   int toRow,
   int toColumn,
   int rowCount,
   int columnCount
)

パラメータ

fromRow
コピーを開始する行インデックス
fromColumn
コピーを開始する列インデックス
toRow
セル範囲を貼り付ける行インデックス
toColumn
セル範囲を貼り付ける列インデックス
rowCount
コピーする行数
columnCount
コピーする列数
参照

ConditionalFormattingModel クラス
ConditionalFormattingModel メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.