Shape.Apply Method

Definition

Applies to the specified shape formatting that has been copied using the PickUp() method.

public:
 void Apply();
public void Apply ();
abstract member Apply : unit -> unit
Public Sub Apply ()

Remarks

If formatting for the Shape object has not previously been copied using the PickUp() method, using the Apply() method generates an error.

Applies to