MailingLabel.PrintOut2000 Method

Reserved for internal use.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub PrintOut2000 ( _
    ByRef Name As Object, _
    ByRef Address As Object, _
    ByRef ExtractAddress As Object, _
    ByRef LaserTray As Object, _
    ByRef SingleLabel As Object, _
    ByRef Row As Object, _
    ByRef Column As Object _
)
'Usage
Dim instance As MailingLabel
Dim Name As Object
Dim Address As Object
Dim ExtractAddress As Object
Dim LaserTray As Object
Dim SingleLabel As Object
Dim Row As Object
Dim Column As Object

instance.PrintOut2000(Name, Address, ExtractAddress, _
    LaserTray, SingleLabel, Row, Column)
void PrintOut2000(
    ref Object Name,
    ref Object Address,
    ref Object ExtractAddress,
    ref Object LaserTray,
    ref Object SingleLabel,
    ref Object Row,
    ref Object Column
)

Parameters

See Also

Reference

MailingLabel Interface

MailingLabel Members

Microsoft.Office.Interop.Word Namespace