OLEFormat.PreserveFormattingOnUpdate Property

Definition

True preserves formatting done in Microsoft Word to a linked OLE object, such as a table linked to a Microsoft Excel spreadsheet.

public:
 property bool PreserveFormattingOnUpdate { bool get(); void set(bool value); };
public bool PreserveFormattingOnUpdate { get; set; }
member this.PreserveFormattingOnUpdate : bool with get, set
Public Property PreserveFormattingOnUpdate As Boolean

Property Value

Remarks

When PreserveFormattingOnUpdate is set to True, formatting changes made to the object in Word is preserved when the object is updated. Word updates only the content in the linked object.

Applies to