Type alias SheetKey

SheetKey: ISheetModel | SheetRef | string | number

Most operations that operate on a sheet take a SheetKey that is either:

  1. The sheet instance
  2. The sheet ref
  3. The sheet name
  4. The sheet index - Note - This is the index for the elements that are visible.