FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellEditUndoAction Class / oldInfo Field


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