PowerTools SPREAD for Windows Forms 8.0J
CellEditUndoAction コンストラクタ


シート
行インデックス
列インデックス
新しい値を含む Object
セル内容が数式かどうか
新しいセル編集取り消しアクションを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal newValue As Object, _
   ByVal isFormula As Boolean _
)
'使用法
 
Dim sheetView As SheetView
Dim row As Integer
Dim column As Integer
Dim newValue As Object
Dim isFormula As Boolean
 
Dim instance As New CellEditUndoAction(sheetView, row, column, newValue, isFormula)
public CellEditUndoAction( 
   SheetView sheetView,
   int row,
   int column,
   object newValue,
   bool isFormula
)

パラメータ

sheetView
シート
row
行インデックス
column
列インデックス
newValue
新しい値を含む Object
isFormula
セル内容が数式かどうか
参照

CellEditUndoAction クラス
CellEditUndoAction メンバ

 

 


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