RefContext
type RefContext = { sheetName?: string; workbookName?: string;};Context information for a reference, providing workbook and sheet names
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
sheetName? | string | Name of the sheet |
workbookName? | string | Name of the workbook |