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