Represents a range of cells in a worksheet that may be edited by the end user. Syntax
A collection of WorksheetProtectedRange instances in a Worksheet Syntax
Public Properties Public Methods
Public Methods
Public Properties
Adds the specified range to the collection. Syntax Parameters item The range to be added
Clears all ranges from the collection. Syntax
Determines whether a range is in the collection. Syntax Parameters range The range to locate in the collection. Return Value True if the range is found; False otherwise.
Gets the number of ranges in the collection. Syntax
Gets an enumerator which can iterator all ranges in the collection. Syntax