FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread.UndoRedo 名前空間 > CellEditUndoAction クラス > CellEditUndoAction コンストラクタ : CellEditUndoAction コンストラクタ(SheetView,Int32,Int32,Object,Boolean,String,IFormatProvider,String,IFormatProvider,Boolean,Boolean,Direction) |
'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, _ Optional ByVal autoFormatting As Boolean, _ Optional ByVal activeCellLocation As Direction _ )
public CellEditUndoAction( SheetView sheetView, int row, int column, object newValue, bool isFormula, string oldFormatString, IFormatProvider oldInfo, string currentFormatString, IFormatProvider currentInfo, bool needToSetFormatStringWhenRedo, bool autoFormatting, Direction activeCellLocation )