SPREAD for WPF 4.0J - GcSpreadSheet
CopyEntireAxis メソッド

GrapeCity.Spreadsheet 名前空間 > LayoutManager クラス : CopyEntireAxis メソッド
コピーした行の開始。
コピーした列の開始。
ターゲットのLayoutManager
対象行。
対象の列。
コピーした行の総数。
コピーした列の総数。
現在のLayoutManagerから別のLayoutManagerに軸の情報をコピーします。
シンタックス
'宣言
 
Public Overridable Sub CopyEntireAxis( _
   ByVal fromRow As System.Integer, _
   ByVal fromColumn As System.Integer, _
   ByVal targetLayoutManager As LayoutManager, _
   ByVal toRow As System.Integer, _
   ByVal toColumn As System.Integer, _
   ByVal rowCount As System.Integer, _
   ByVal columnCount As System.Integer _
) 
public virtual void CopyEntireAxis( 
   System.int fromRow,
   System.int fromColumn,
   LayoutManager targetLayoutManager,
   System.int toRow,
   System.int toColumn,
   System.int rowCount,
   System.int columnCount
)

パラメータ

fromRow
コピーした行の開始。
fromColumn
コピーした列の開始。
targetLayoutManager
ターゲットのLayoutManager
toRow
対象行。
toColumn
対象の列。
rowCount
コピーした行の総数。
columnCount
コピーした列の総数。
参照

LayoutManager クラス
LayoutManager メンバ