Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellDragFillUndoAction Class / SaveUndoState Method


In This Topic
    SaveUndoState Method (CellDragFillUndoAction)
    In This Topic
    Saves undo state information before drag-fill.
    Syntax
    'Declaration
     
    
    Protected Overrides Function SaveUndoState() As Boolean
    'Usage
     
    
    Dim instance As CellDragFillUndoAction
    Dim value As Boolean
     
    value = instance.SaveUndoState()
    protected override bool SaveUndoState()

    Return Value

    Boolean: true if successful; false otherwise
    See Also