Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ChildChangeUndoAction Class / xmlAfter Field


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