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
See Also