SPREAD for WPF 3.0J - GcSpreadSheet
RangeActionsCommand コンストラクタ(Worksheet,Int32,Int32,Int32,Int32,Worksheet,Int32,Int32,ManipulationOptions,Actions)

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > RangeActionsCommand クラス > RangeActionsCommand コンストラクタ : RangeActionsCommand コンストラクタ(Worksheet,Int32,Int32,Int32,Int32,Worksheet,Int32,Int32,ManipulationOptions,Actions)
ソースワークシート。
ソースのセル範囲の一番上の行のインデックスを示す整数値。
ソースのセル範囲の左端の列のインデックスを示す整数値。
ソースのセル範囲の行数を示す整数値。
ソースのセル範囲の列数を示す整数値。
ターゲットワークシート。
対象のセル範囲の一番上の行のインデックスを示す整数値。
対象のセル範囲の左端の列のインデックスを示す整数値。
処理するデータポイントを示すGrapeCity.Spreadsheet.ManipulationOptions値。
指定したセル範囲に対するアクションを示すRangeActionsCommand.Actions値。
RangeActionsCommand クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal sourceWorksheet As Worksheet, _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal rowCount As System.Integer, _
   ByVal columnCount As System.Integer, _
   ByVal targetWorksheet As Worksheet, _
   ByVal targetRow As System.Integer, _
   ByVal targetColumn As System.Integer, _
   ByVal manipulationOptions As ManipulationOptions, _
   ByVal action As RangeActionsCommand.Actions _
)
public RangeActionsCommand( 
   Worksheet sourceWorksheet,
   System.int row,
   System.int column,
   System.int rowCount,
   System.int columnCount,
   Worksheet targetWorksheet,
   System.int targetRow,
   System.int targetColumn,
   ManipulationOptions manipulationOptions,
   RangeActionsCommand.Actions action
)

パラメータ

sourceWorksheet
ソースワークシート。
row
ソースのセル範囲の一番上の行のインデックスを示す整数値。
column
ソースのセル範囲の左端の列のインデックスを示す整数値。
rowCount
ソースのセル範囲の行数を示す整数値。
columnCount
ソースのセル範囲の列数を示す整数値。
targetWorksheet
ターゲットワークシート。
targetRow
対象のセル範囲の一番上の行のインデックスを示す整数値。
targetColumn
対象のセル範囲の左端の列のインデックスを示す整数値。
manipulationOptions
処理するデータポイントを示すGrapeCity.Spreadsheet.ManipulationOptions値。
action
指定したセル範囲に対するアクションを示すRangeActionsCommand.Actions値。
参照

RangeActionsCommand クラス
RangeActionsCommand メンバ
オーバーロード一覧