_Workbook.HasRoutingSlip 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 a routing slip. Read/write Boolean.
public:
property bool HasRoutingSlip { bool get(); void set(bool value); };
public bool HasRoutingSlip { get; set; }
Public Property HasRoutingSlip As Boolean
Property Value
Remarks
Setting this property to True creates a routing slip with default values. Setting the property to False deletes the routing slip.