VbaProject Class

VbaProject class

Represents the VBA project.


type VbaProject struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
SignSign this VBA project by a DigitalSignature
IsValidSignedIndicates whether the signature of VBA project is valid or not.
GetEncodingGets and sets the encoding of VBA project.
SetEncodingGets and sets the encoding of VBA project.
GetNameGets and sets the name of the VBA project.
SetNameGets and sets the name of the VBA project.
IsSignedIndicates whether VBAcode is signed or not.
ProtectProtects or unprotects this VBA project.
IsProtectedIndicates whether this VBA project is protected.
GetIslockedForViewingIndicates whether this VBA project is locked for viewing.
CopyCopy VBA project from other file.
GetModulesGets all objects.
GetReferencesGets all references of VBA project.
ValidatePasswordValidates protection password.