Workbook.GetWorkflowTemplates Method

Definition

Returns the collection of workflow templates for the workbook.

public:
 Microsoft::Office::Core::WorkflowTemplates ^ GetWorkflowTemplates();
public Microsoft.Office.Core.WorkflowTemplates GetWorkflowTemplates ();
abstract member GetWorkflowTemplates : unit -> Microsoft.Office.Core.WorkflowTemplates
Public Function GetWorkflowTemplates () As WorkflowTemplates

Returns

A Microsoft.Office.Core.WorkflowTemplates collection that contains the workflow templates for the workbook.

Applies to