GrapeCity SPREAD for Windows Forms 12.0J
RangeActionsCommand コンストラクタ(Worksheet,Int32,Int32,Int32,Int32,Worksheet,Int32,Int32,ManipulationOptions,Actions,Boolean)


ソースワークシート
ソース セル範囲の先頭行インデックスを示す整数値。
ソース セル範囲の左列インデックスを示す整数値 。
ソースセル範囲の行数を示す整数値。
ソースセル範囲の列数を示す整数値。
対象のワークシート。
ターゲットされたセル範囲の一番上の行のインデックスを示す整数値。
ターゲットされたセル範囲の左端の列のインデックスを示す整数値。
GrapeCity.Spreadsheet.ManipulationOptionsは、処理データオプションを示しています。
指定したセル範囲に対するアクションを示すRangeActionsCommand.Actions値。
RangeActionsCommand クラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal sourceWorksheet As Worksheet, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer, _
   ByVal targetWorksheet As Worksheet, _
   ByVal targetRow As Integer, _
   ByVal targetColumn As Integer, _
   ByVal manipulationOptions As ManipulationOptions, _
   ByVal action As RangeActionsCommand.Actions, _
   Optional ByVal addSelections As Boolean _
)
'使用法
 
Dim sourceWorksheet As Worksheet
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim targetWorksheet As Worksheet
Dim targetRow As Integer
Dim targetColumn As Integer
Dim manipulationOptions As ManipulationOptions
Dim action As RangeActionsCommand.Actions
Dim addSelections As Boolean
 
Dim instance As New RangeActionsCommand(sourceWorksheet, row, column, rowCount, columnCount, targetWorksheet, targetRow, targetColumn, manipulationOptions, action, addSelections)

パラメータ

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

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

 

 


Copyright © 2004 GrapeCity inc.