Version

Search Results

Add Method (WorksheetReferenceCollection)

Adds a list of references to the collection of references. Overload List

CellsCount Property

Gets the number of cells contains in all references in this collection. Syntax

Clear Method (WorksheetReferenceCollection)

Clears all references from the collection. Syntax

Contains(WorksheetCell) Method

Determines whether the collection contains the specified cell. Syntax Parameters cell The cell to search for in the collection. Return Value True if the cell is contained in the collection or a region which contains the cell is contained in the collection; False otherwise. Exceptions Exception Description System.A...

Contains(WorksheetRegion) Method

Determines whether the collection contains the specified region. Syntax Parameters region The region to search for in the collection. Return Value True if the region is contained in the collection or a region which fully contains the specified region is contained in the collection; False otherwise. Exceptions Exce...

Contains Method (WorksheetReferenceCollection)

Determines whether the collection contains the specified cell. Overload List

GetEnumerator Method (WorksheetReferenceCollection)

Gets an enumerator which returns all WorksheetRegion and WorksheetCell instances in the collection of references. Syntax

Remove(String) Method

Removes a list of references from the collection of references. Syntax Parameters references The space delimited list of references to remove from the collection. Return Value True if any cells in the references were found and removed. False otherwise. Exceptions Exception Description System.ArgumentNullException ...

Remove(String,CellReferenceMode) Method

Removes a list of references from the collection of references. Syntax Parameters references The space delimited list of references to remove from the collection.cellReferenceMode The cell reference mode with which to parse the references. Return Value True if any cells in the references were found and removed. Fa...

Remove(WorksheetCell) Method

Removes a cell from the collection of references. Syntax Parameters cell The cell to remove from the collection. Return Value True if the cell was found and removed. False otherwise. Exceptions Exception Description System.ArgumentNullException Occurs when the cell is null. Remarks If the cell is not contained in ...