Range.SubscribeTo Method 

This member is used only on the Macintosh. For information about this member, 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)

Usage

Dim Edition As String
Dim Format As Object
Dim range1 As Range
range1.SubscribeTo(Edition, Format)

Syntax

Sub SubscribeTo( _
    <InAttribute()> ByVal Edition As String, _
    <InAttribute()> Optional ByRef Format As Object _
)
void SubscribeTo(
    [In] string Edition, 
    [In, Optional] ref object Format
);
public: Void SubscribeTo(
    String^ Edition, 
    &Object^ Format
);
public void SubscribeTo(
    /*in*/System.String Edition, 
    /*in*/System.Object Format
);
function SubscribeTo(
     Edition : String, 
     Format : Object
);

Parameters

  • Edition
    This parameter is used only on the Macintosh. For information about this parameter, consult the language reference Help included with Microsoft Office Macintosh Edition.
  • Format
    This parameter is used only on the Macintosh. For information about this parameter, consult the language reference Help included with Microsoft Office Macintosh Edition.

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