Options.RTFInClipboard Property
You have requested Help for a keyword used only on the Macintosh. For information about this keyword, consult the language reference Help included with Microsoft Office Macintosh Edition.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property RTFInClipboard As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.RTFInClipboard
instance.RTFInClipboard = value
bool RTFInClipboard { get; set; }
Property Value
Type: System.Boolean