Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SheetInfo

Hierarchy

  • SheetInfo

Index

Properties

index

index: number
returns

the index of the sheet within the published tabs. Note that hidden tabs are still counted in the ordering, as long as they are published.

isActive

isActive: boolean
returns

a value indicating whether the sheet is the currently active sheet. Due to a technical limitation, this will always return false if the object is a Worksheet instance that is part of a Dashboard.

isHidden

isHidden: boolean
returns

a value indicating whether the sheet is hidden in the UI. Note that if the entire tab control is hidden, it does not affect the state of this flag. This sheet may still report that it is visible even when the tabs control is hidden.

name

name: string
returns

the name of the sheet.

sheetType

sheetType: SheetType
returns

The type of the sheet. SheetType is an enum with the following values: WORKSHEET, DASHBOARD and STORY.

size

size: SheetSize
returns

The size information that the author specified when publishing the workbook.

url

url: string
returns

The URL for this sheet.

workbook

workbook: Workbook
returns

The Workbook to which this Sheet belongs.