Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellEditUndoAction Class / currentFormatString Field


In This Topic
    currentFormatString Field
    In This Topic
    Specifies the current format string of the cell.
    Syntax
    'Declaration
     
    
    Protected currentFormatString As String
    'Usage
     
    
    Dim instance As CellEditUndoAction
    Dim value As String
     
    value = instance.currentFormatString
     
    instance.currentFormatString = value
    protected string currentFormatString
    See Also