Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

SheetReference Constructors

A worksheet reference in a formula.
Name Parameters Description
SheetReference(IWorkbook, String, String) workbook, startSheetName, endSheetName Initializes a new instance of the SheetReference class with the specified settings.
SheetReference(IWorkbook, String) workbook, sheetName Initializes a new instance of the SheetReference class with the specified settings.
SheetReference(IWorkbook) workbook Initializes a new instance of the SheetReference class with the specified settings.
See Also