Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGroupShape Interface / PickUp Method


In This Topic
    PickUp Method (IGroupShape)
    In This Topic
    Copies the formatting of the specified shape.
    Syntax
    'Declaration
     
    
    Sub PickUp() 
    'Usage
     
    
    Dim instance As IGroupShape
     
    instance.PickUp()
    void PickUp()
    Remarks
    Use the IShapeBase.Apply method to apply the copied formatting to another shape.
    See Also