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


In This Topic
Apply Method (IShape)
In This Topic
Applies to the specified shape formatting that's been copied by using the PickUp method.
Syntax
'Declaration
 
Sub Apply() 
 
'Usage
 
Dim instance As IShape
 
instance.Apply()
See Also