Version

WorksheetReferenceCollection Constructor(Worksheet)

Creates a new WorksheetReferenceCollection instance.
Syntax
public WorksheetReferenceCollection( 
   Worksheet worksheet
)

Parameters

worksheet
The worksheet to which the references in the collection will belong.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionOccurs when worksheet 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