ListMethods Method

Return a complete list of methods for the specified object.

Syntax

object.ListMethods pvMethods, piNumMethods

Properties

The ListMethods method syntax has these parts:

Part

Description

object

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

pvMethods

Variant table of strings. Returns a list of method names that have been configured in VBA.

piNumMethods

Integer. Returns the number of methods returned in the Methods array.

 

Example

Applies To