DeleteStep

Deletes a presentation step.

 

JavaScript

 

DeleteStep(

       Index)

 

C#

 

void DeleteStep(

       int Index)

 

C++

 

HRESULT DeleteStep(

       long Index)

 

Parameters

Index

A zero-based index of the step to be deleted.

Exceptions

See:  HRESULT Return Values for a list of possible values returned by the HRESULT.