Version

Search Results

WorksheetProtectedRange Class

Represents a range of cells in a worksheet that may be edited by the end user. Syntax

WorksheetProtectedRangeCollection Class

A collection of WorksheetProtectedRange instances in a Worksheet Syntax

WorksheetProtectedRangeCollection Class Members

Public Properties Public Methods

Add Method (WorksheetProtectedRangeCollection)

Adds the specified range to the collection. Syntax Parameters item The range to be added

Clear Method (WorksheetProtectedRangeCollection)

Clears all ranges from the collection. Syntax

Contains Method (WorksheetProtectedRangeCollection)

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.

Count Property (WorksheetProtectedRangeCollection)

Gets the number of ranges in the collection. Syntax

GetEnumerator Method (WorksheetProtectedRangeCollection)

Gets an enumerator which can iterator all ranges in the collection. Syntax