Adds a list of references to the collection of references. Overload List
Gets the number of cells contains in all references in this collection. Syntax
Clears all references from the collection. Syntax
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...
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...
Determines whether the collection contains the specified cell. Overload List
Gets an enumerator which returns all WorksheetRegion and WorksheetCell instances in the collection of references. Syntax
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 ...
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...
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 ...