Spread WPF 18
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