RoutingSlip Interface

Represents the routing slip for a workbook. The routing slip is used to send a workbook through the electronic mail system.

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

Syntax

'Declaration
<GuidAttribute("000208AA-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface RoutingSlip
'Usage
Dim instance As RoutingSlip
[GuidAttribute("000208AA-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface RoutingSlip

Remarks

Use the RoutingSlip property to return the RoutingSlip object.

The RoutingSlip object doesn’t exist and cannot be returned unless the HasRoutingSlip property for the workbook is True.

See Also

Reference

RoutingSlip Members

Microsoft.Office.Interop.Excel Namespace