Version

Add(WorksheetCell) Method

Adds a cell to the collection of references.
Syntax
public void Add( 
   WorksheetCell cell
)

Parameters

cell
The cell to add to the collection.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionOccurs when the cell is null.
System.ArgumentExceptionOccurs when the cell is from a Worksheet other than the references collection.
Remarks

The cell added to the collection must be from the same Worksheet as the collection.

If the cell is already contained in the collection, or there is a region in the collection which contains the cell, 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