Version

Search Results

PropertyChanged Event (WorksheetProtection)

Occurs after a property value has changed Syntax Event Data The event handler receives an argument of type PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs properties provide information specific to this event.Property Description PropertyName

SelectionMode Property

Returns or sets an enumeration used to indicate how cell selection should be affected when the associated Worksheet is protected. Syntax

WorksheetReferenceCollection Class

A collection of cells or regions which are all on the same Worksheet. Syntax

WorksheetReferenceCollection Class Members

Public Constructors Public Properties Public Methods

Add(String) Method

Adds a list of references to the collection of references. Syntax Parameters references The space delimited list of references to add to the collection. Exceptions Exception Description System.ArgumentNullException Occurs when the references is null. System.ArgumentException Occurs when the list of reference is no...

Add(String,CellReferenceMode) Method

Adds a list of references to the collection of references. Syntax Parameters references The space delimited list of references to add to the collection.cellReferenceMode The cell reference mode with which to parse the references. Exceptions Exception Description System.ArgumentNullException Occurs when the referen...

Add(WorksheetCell) Method

Adds a cell to the collection of references. Syntax Parameters cell The cell to add to the collection. Exceptions Exception Description System.ArgumentNullException Occurs when the cell is null. System.ArgumentException Occurs when the cell is from a Worksheet other than the references collection. Remarks The cell...

Add(WorksheetRegion) Method

Adds a region to the collection of references. Syntax Parameters region The region to add to the collection. Exceptions Exception Description System.ArgumentNullException Occurs when the region is null. System.ArgumentException Occurs when the region is from a Worksheet other than the references collection. Remark...