Version

Remove(WorksheetCell) Method

Removes a cell from the collection of references.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal cell As WorksheetCell _
) As Boolean
public bool Remove( 
   WorksheetCell cell
)

Parameters

cell
The cell to remove from the collection.

Return Value

True if the cell was found and removed. False otherwise.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionOccurs when the cell is null.
Remarks

If the cell is not contained in the collection, this call will have no effect on the collection.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also