Workbook.RoutingSlip Property

Gets a Microsoft.Office.Interop.Excel.RoutingSlip object that represents the routing slip for the workbook.

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

Syntax

'Declaration
ReadOnly Property RoutingSlip As RoutingSlip
    Get
RoutingSlip RoutingSlip { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.RoutingSlip
A Microsoft.Office.Interop.Excel.RoutingSlip object that represents the routing slip for the workbook.

Remarks

Reading this property if there is no routing slip causes an exception to be thrown (check the HasRoutingSlip property first).

.NET Framework Security

See Also

Reference

Workbook Interface

Microsoft.Office.Tools.Excel Namespace