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
Returns or sets an enumeration used to indicate how cell selection should be affected when the associated Worksheet is protected. Syntax
A collection of cells or regions which are all on the same Worksheet. Syntax
Public Constructors Public Properties Public Methods
Public Methods
Public Properties
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...
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...
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...
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...