Shape.Apply Method
Applies to the specified shape formatting that has been copied using the PickUp method.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub Apply
'Usage
Dim instance As Shape
instance.Apply()
void Apply()
Remarks
If formatting for the Shape object has not previously been copied using the PickUp() method, using the Apply() method generates an error.