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


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