Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ChildChangeUndoAction Class / xmlBefore Field


In This Topic
xmlBefore Field
In This Topic
Specifies the XML serialized state of the shape before the change.
Syntax
'Declaration
 
Protected xmlBefore As String
 
'Usage
 
Dim instance As ChildChangeUndoAction
Dim value As String
 
value = instance.xmlBefore
 
instance.xmlBefore = value
See Also