PickUp Method (IShapeBase) | Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / PickUp Method


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