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


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