Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / PickUp Method


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