AutoCaption.AutoInsert Property
Returns or sets a value indicating whether a caption is automatically added when the item is inserted into a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AutoInsert As Boolean
Get
Set
'Usage
Dim instance As AutoCaption
Dim value As Boolean
value = instance.AutoInsert
instance.AutoInsert = value
bool AutoInsert { get; set; }
Property Value
Type: System.Boolean