OLEFormat.PreserveFormattingOnUpdate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.