Interface IVbaModule
Interface IVbaModule
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
VBA 코드가 포함된 모듈을 나타냅니다.
public interface IVbaModule
속성
속성
Aspose.Tasks.VbaModuleAttributeCollection의 컬렉션을 가져옵니다.
VbaModuleAttributeCollection Attributes { get; }
속성 값
이름
VBA 모듈의 이름을 가져옵니다.
string Name { get; }
속성 값
소스 코드
VBA 모듈의 소스 코드를 가져옵니다.
string SourceCode { get; }