Version

WorksheetReferenceCollection Constructor(WorksheetCell)

Creates a new WorksheetReferenceCollection instance and initializes it with a cell.
Syntax
public WorksheetReferenceCollection( 
   WorksheetCell cell
)

Parameters

cell
The cell with which the collection should be initialized.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionOccurs when cell is null.
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