RoutingSlip.Delivery Property
Returns or sets the routing delivery method. Can be one of the following XlRoutingSlipDelivery constants: xlOneAfterAnother or xlAllAtOnce.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Delivery As XlRoutingSlipDelivery
Get
Set
'Usage
Dim instance As RoutingSlip
Dim value As XlRoutingSlipDelivery
value = instance.Delivery
instance.Delivery = value
XlRoutingSlipDelivery Delivery { get; set; }
Property Value
Type: Microsoft.Office.Interop.Excel.XlRoutingSlipDelivery
Remarks
You cannot set this property if routing is in progress.