RoutingSlip.Delivery 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.
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.