_Workbook.Routed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the workbook has been routed to the next recipient. False if the workbook needs to be routed. Read-only Boolean.
public:
property bool Routed { bool get(); };
public bool Routed { get; }
Public ReadOnly Property Routed As Boolean
Property Value
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).