ProcedureDeclaration Property

Specifies the header line of the ScriptProcedure.

Syntax

object.ProcedureDeclaration [= String]

Properties

The ProcedureDeclaration property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

String

The header line for the procedure.

Remarks

An example of a header line is: Private Sub MyObject_Click().

 

Applies To