Version

WorksheetProtectedRange Class Members

The following tables list the members exposed by WorksheetProtectedRange.

Public Constructors
 NameDescription
Public ConstructorWorksheetProtectedRange ConstructorInitializes a new WorksheetProtectedRange  
Public Properties
 NameDescription
Public PropertyHasPasswordReturns true if the range has a password associated with it.  
Public PropertyIsProtectedReturns a boolean indicating if the range is currently locked.  
Public PropertyRangesReturns a collection of ranges that may be edited when the worksheet is protected.  
Public PropertyTitleReturns or sets the name of the range.  
Public PropertyWorksheetReturns the worksheet with which the edit range is associated.  
Public Methods
 NameDescription
Public MethodUnprotectRemoves the password from the range.  
See Also