GrapeCity SPREAD for Windows Forms 11.0J
CellEditUndoAction コンストラクタ(SheetView,Int32,Int32,Object,Boolean,String,IFormatProvider,String,IFormatProvider,Boolean)


シート
行インデックス
列インデックス
新しい値を含む Object
セル内容が数式かどうか
セルの以前の書式文字列
セルの以前のIFormatProvider
セルの現在の書式文字列
セルの現在のIFormatProvider
リドゥを実行したときに書式文字列が復元されるかどうかを指定します。
新しいセル編集取り消しアクションを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal newValue As Object, _
   ByVal isFormula As Boolean, _
   ByVal oldFormatString As String, _
   ByVal oldInfo As IFormatProvider, _
   ByVal currentFormatString As String, _
   ByVal currentInfo As IFormatProvider, _
   ByVal needToSetFormatStringWhenRedo As Boolean _
)
'使用法
 
Dim sheetView As SheetView
Dim row As Integer
Dim column As Integer
Dim newValue As Object
Dim isFormula As Boolean
Dim oldFormatString As String
Dim oldInfo As IFormatProvider
Dim currentFormatString As String
Dim currentInfo As IFormatProvider
Dim needToSetFormatStringWhenRedo As Boolean
 
Dim instance As New CellEditUndoAction(sheetView, row, column, newValue, isFormula, oldFormatString, oldInfo, currentFormatString, currentInfo, needToSetFormatStringWhenRedo)

パラメータ

sheetView
シート
row
行インデックス
column
列インデックス
newValue
新しい値を含む Object
isFormula
セル内容が数式かどうか
oldFormatString
セルの以前の書式文字列
oldInfo
セルの以前のIFormatProvider
currentFormatString
セルの現在の書式文字列
currentInfo
セルの現在のIFormatProvider
needToSetFormatStringWhenRedo
リドゥを実行したときに書式文字列が復元されるかどうかを指定します。
参照

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

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.