Options.PasteAdjustTableFormatting 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 if Microsoft Word automatically adjusts the formatting of tables when cutting and pasting selections.
public:
property bool PasteAdjustTableFormatting { bool get(); void set(bool value); };
public bool PasteAdjustTableFormatting { get; set; }
member this.PasteAdjustTableFormatting : bool with get, set
Public Property PasteAdjustTableFormatting As Boolean