_Workbook.GetWorkflowTasks Method

Returns the collection of WorkflowTask objects for the specified workbook.

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

Syntax

'Declaration
Function GetWorkflowTasks As WorkflowTasks
'Usage
Dim instance As _Workbook
Dim returnValue As WorkflowTasks

returnValue = instance.GetWorkflowTasks()
WorkflowTasks GetWorkflowTasks()

Return Value

Type: Microsoft.Office.Core.WorkflowTasks
WorkflowTasks

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace