Add

Add(Worksheet)

Agrega módulo para una hoja de trabajo.

public int Add(Worksheet sheet)
ParámetroEscribeDescripción
sheetWorksheetla hoja de trabajo

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