VbaProject.IsLockedForView

VbaProject.IsLockedForView property

Indicates whether this VBA project is locked for view. If true,the codes could not be visible.

public bool IsLockedForView { get; }

See Also