|  | PlanPanelAddCompletedStep Method | 
            Add a completed step to the plan.
            
 
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static void AddCompletedStep(
	TableRow step
)
Public Shared Sub AddCompletedStep ( 
	step As TableRow
)
public:
static void AddCompletedStep(
	TableRow^ step
)
Parameters
- step
- Type: TableRow
 Mapping of the field captions for adding a step to their desired values.
 See Also
See Also