Spread Windows Forms 15.0
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
    protected string xmlBefore
    See Also