_Workbook.RoutingSlip Property
Returns a RoutingSlip object that represents the routing slip for the workbook. Reading this property if there's no routing slip causes an error (check the HasRoutingSlip property first). Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property RoutingSlip As RoutingSlip
Get
'Usage
Dim instance As _Workbook
Dim value As RoutingSlip
value = instance.RoutingSlip
RoutingSlip RoutingSlip { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.RoutingSlip