GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / PickUp Method


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