FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ClipboardPasteUndoAction Class / shape Field


In This Topic
shape Field (ClipboardPasteUndoAction)
In This Topic
Specifies the shape object pasted (retrieved from the Clipboard).
Syntax
'Declaration
 
Protected shape As ElementWindowless
 
'Usage
 
Dim instance As ClipboardPasteUndoAction
Dim value As ElementWindowless
 
value = instance.shape
 
instance.shape = value
See Also