Interface IVbaModule

Interface IVbaModule

Nombre del espacio: Aspose.Tasks Asamblea: Aspose.Tasks.dll (25.4.0)

Representa un módulo con código VBA.

public interface IVbaModule

Properties

Attributes

Obtenga una colección de Aspose.Tasks.VbaModuleAttributeCollection

VbaModuleAttributeCollection Attributes { get; }

Valor de la propiedad

VbaModuleAttributeCollection

Name

Obtenga un nombre del módulo VBA

string Name { get; }

Valor de la propiedad

string

SourceCode

Obtener un código de fuente del módulo VBA

string SourceCode { get; }

Valor de la propiedad

string

 Español