Version

WorksheetProtectedRange Class Properties

For a list of all members of this type, see WorksheetProtectedRange members.

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 PropertySecurityDescriptorReturns or sets the security descriptor used to define permissions for accounts that may edit the associated range without a password.  
Public PropertyTitleReturns or sets the name of the range.  
Public PropertyWorksheetReturns the worksheet with which the edit range is associated.  
See Also