Version

WorksheetReferenceCollection Constructor(Worksheet,String)

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

Parameters

worksheet
The worksheet to which the references in the collection will belong.
references
The space delimited list of references to add to the collection.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionOccurs when worksheet is null.
System.ArgumentNullExceptionOccurs when the references is null.
System.ArgumentException Occurs when the list of reference is not well formed.
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