Range.InsertCaptionXP Method 

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Usage

Dim Label As Object
Dim Title As Object
Dim TitleAutoText As Object
Dim Position As Object
Dim range1 As Range
range1.InsertCaptionXP(Label, Title, TitleAutoText, Position)

Syntax

Sub InsertCaptionXP( _
    <InAttribute()> ByRef Label As Object, _
    <InAttribute()> Optional ByRef Title As Object, _
    <InAttribute()> Optional ByRef TitleAutoText As Object, _
    <InAttribute()> Optional ByRef Position As Object _
)
void InsertCaptionXP(
    [In] ref object Label, 
    [In, Optional] ref object Title, 
    [In, Optional] ref object TitleAutoText, 
    [In, Optional] ref object Position
);
public: Void InsertCaptionXP(
    &Object^ Label, 
    &Object^ Title, 
    &Object^ TitleAutoText, 
    &Object^ Position
);
public void InsertCaptionXP(
    /*in*/System.Object Label, 
    /*in*/System.Object Title, 
    /*in*/System.Object TitleAutoText, 
    /*in*/System.Object Position
);
function InsertCaptionXP(
     Label : Object, 
     Title : Object, 
     TitleAutoText : Object, 
     Position : Object
);

Parameters

  • Label
    This parameter is intended for internal use only.
  • Title
    This parameter is intended for internal use only.
  • TitleAutoText
    This parameter is intended for internal use only.
  • Position
    This parameter is intended for internal use only.

Thread Safety

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

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Range Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Range Members