Add

Add(Page)

Agrega módulo para una página.

public int Add(Page page)
ParámetroEscribeDescripción
pagePageLa página

Ver también


Add(VbaModuleType, string)

Agrega módulo.

public int Add(VbaModuleType type, string name)
ParámetroEscribeDescripción
typeVbaModuleTypeEl tipo de módulo.
nameStringEl nombre del módulo.

Ver también