Application Property
ClassType Property
Creator Property
DisplayAsIcon Property
IconIndex Property
IconLabel Property
IconName Property
IconPath Property
Label Property
Object Property
Parent Property
PreserveFormattingOnUpdate Property
ProgID Property
Espandi Riduci a icona
Questo argomento non è stato ancora valutato - Valuta questo argomento

OLEFormat.PreserveFormattingOnUpdate Property

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

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

'Utilizzo
Dim oLEFormat1 As OLEFormat

Dim returnValue As Boolean
returnValue = oLEFormat1.PreserveFormattingOnUpdate

Dim sampleValue As Boolean
oLEFormat1.PreserveFormattingOnUpdate = sampleValue

bool PreserveFormattingOnUpdate {get; set;}
public boolean get_PreserveFormattingOnUpdate();
public void set_PreserveFormattingOnUpdate(boolean);
function get PreserveFormattingOnUpdate() : Boolean;
function set PreserveFormattingOnUpdate(Boolean);

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.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

Il documento è risultato utile?
(1500 caratteri rimanenti)
© 2013 Microsoft. Tutti i diritti riservati.