Compartir a través de


RoutingSlip.TrackStatus Property

True if status tracking is enabled for the routing slip.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property TrackStatus As Boolean
    Get
    Set
'Usage
Dim instance As RoutingSlip
Dim value As Boolean

value = instance.TrackStatus

instance.TrackStatus = value
bool TrackStatus { get; set; }

Property Value

Type: System.Boolean

Remarks

You cannot set this property if routing is in progress.

See Also

Reference

RoutingSlip Interface

RoutingSlip Members

Microsoft.Office.Interop.Excel Namespace