Version

WorksheetProtectedRangeCollection Class Members

The following tables list the members exposed by WorksheetProtectedRangeCollection.

Public Properties
 NameDescription
Public PropertyCountGets the number of ranges in the collection.  
Public PropertyItemGets the range at the specified index in the collection.  
Public Methods
 NameDescription
Public MethodAddAdds the specified range to the collection.  
Public MethodClearClears all ranges from the collection.  
Public MethodContainsDetermines whether a range is in the collection.  
Public MethodGetEnumeratorGets an enumerator which can iterator all ranges in the collection.  
Public MethodInsertInserts the specified range in the collection.  
Public MethodRemoveRemoves the specified range from the collection.  
Public MethodRemoveAtRemoves the range at the specified index from the collection.  
See Also