Options.SmartCutPaste Property
True if Microsoft Word automatically adjusts the spacing between words and punctuation when cutting and pasting occurs.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property SmartCutPaste As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.SmartCutPaste
instance.SmartCutPaste = value
bool SmartCutPaste { get; set; }
Property Value
Type: System.Boolean