Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellEditUndoAction Class / needToSetFormatStringWhenRedo Field


In This Topic
    needToSetFormatStringWhenRedo Field
    In This Topic
    Specifies whether the format string is restore when redo
    Syntax
    'Declaration
     
    
    Protected needToSetFormatStringWhenRedo As Boolean
    'Usage
     
    
    Dim instance As CellEditUndoAction
    Dim value As Boolean
     
    value = instance.needToSetFormatStringWhenRedo
     
    instance.needToSetFormatStringWhenRedo = value
    protected bool needToSetFormatStringWhenRedo
    See Also