Share via


_Workbook.Routed Property

True if the workbook has been routed to the next recipient. False if the workbook needs to be routed. Read-only Boolean.

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

Syntax

'Declaration
ReadOnly Property Routed As Boolean
    Get
'Usage
Dim instance As _Workbook
Dim value As Boolean

value = instance.Routed
bool Routed { get; }

Property Value

Type: System.Boolean

Remarks

If the workbook wasn't routed to the current recipient, this property is always False (for example, if the document has no routing slip, or if a routing slip was just created).

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace