RoutingSlip.ReturnWhenDone Property
True if the workbook is returned to the sender when routing is finished.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property ReturnWhenDone As Boolean
Get
Set
'Usage
Dim instance As RoutingSlip
Dim value As Boolean
value = instance.ReturnWhenDone
instance.ReturnWhenDone = value
bool ReturnWhenDone { get; set; }
Property Value
Type: System.Boolean