Represents the visual data for a sheet tab within the spreadsheet

Hierarchy

Hierarchy (view full)

Constructors

Properties

$type: Type
$t: Type
nextHashCode: number

Accessors

  • get color(): ColorData
  • The color associated with the sheet.

    Returns ColorData

  • set color(a): void
  • Parameters

    • a: ColorData

    Returns void

  • get isActive(): boolean
  • If the sheet is active

    Returns boolean

  • set isActive(a): void
  • Parameters

    • a: boolean

    Returns void

  • get isEditing(): boolean
  • If the sheet is in edit mode

    Returns boolean

  • set isEditing(a): void
  • Parameters

    • a: boolean

    Returns void

  • get isProtected(): boolean
  • If the sheet is protected

    Returns boolean

  • set isProtected(a): void
  • Parameters

    • a: boolean

    Returns void

  • get isSelected(): boolean
  • If the sheet is selected

    Returns boolean

  • set isSelected(a): void
  • Parameters

    • a: boolean

    Returns void

  • get relativeBounds(): RectData
  • The position of the tab relative to the tab area.

    Returns RectData

  • set relativeBounds(a): void
  • Parameters

    • a: RectData

    Returns void

  • get sheetIndex(): number
  • The index of the associated Sheet.

    Returns number

  • set sheetIndex(a): void
  • Parameters

    • a: number

    Returns void

Methods

  • Parameters

    • other: any

    Returns boolean

  • Returns a string representation of the visual data

    Returns string

  • Parameters

    • item1: any
    • item2: any

    Returns number

  • Parameters

    • item1: any
    • item2: any

    Returns number

  • Parameters

    • item1: any
    • item2: any

    Returns boolean

  • Parameters

    • a: any
    • b: any

    Returns boolean