Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ClipboardCutUndoAction Class / shapeName Field


In This Topic
    shapeName Field
    In This Topic
    Specifies the name of the shape being cut.
    Syntax
    'Declaration
     
    
    Protected shapeName As String
    'Usage
     
    
    Dim instance As ClipboardCutUndoAction
    Dim value As String
     
    value = instance.shapeName
     
    instance.shapeName = value
    protected string shapeName
    See Also