RoutingSlip.Delivery Property

Definition

Returns or sets the routing delivery method. Can be one of the following XlRoutingSlipDelivery constants: xlOneAfterAnother or xlAllAtOnce.

public:
 property Microsoft::Office::Interop::Excel::XlRoutingSlipDelivery Delivery { Microsoft::Office::Interop::Excel::XlRoutingSlipDelivery get(); void set(Microsoft::Office::Interop::Excel::XlRoutingSlipDelivery value); };
public Microsoft.Office.Interop.Excel.XlRoutingSlipDelivery Delivery { get; set; }
Public Property Delivery As XlRoutingSlipDelivery

Property Value

Remarks

You cannot set this property if routing is in progress.

Applies to