Version

WorksheetReferenceCollection Class Members

The following tables list the members exposed by WorksheetReferenceCollection.

Public Constructors
 NameDescription
Public ConstructorWorksheetReferenceCollection ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCellsCountGets the number of cells contains in all references in this collection.  
Public PropertyWorksheetGets the worksheet for which this collection contains references.  
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds a list of references to the collection of references.  
Public MethodClearClears all references from the collection.  
Public MethodContainsOverloaded. Determines whether the collection contains the specified cell.  
Public MethodGetEnumeratorGets an enumerator which returns all WorksheetRegion and WorksheetCell instances in the collection of references.  
Public MethodRemoveOverloaded. Removes a list of references from the collection of references.  
Public MethodToStringOverloaded. Returns the string value represent the cell and region addresses in the collection.  
See Also