Version

Remove(WorksheetCell) Method

Removes a cell from the collection of references.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also