Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ChildChangeUndoAction Class / shape Field


In This Topic
    shape Field (ChildChangeUndoAction)
    In This Topic
    Specifies the shape to be changed.
    Syntax
    'Declaration
     
    
    Protected shape As ElementWindowless
    'Usage
     
    
    Dim instance As ChildChangeUndoAction
    Dim value As ElementWindowless
     
    value = instance.shape
     
    instance.shape = value
    protected ElementWindowless shape
    See Also