Hierarchy

Hierarchy

  • Base
    • WorkbookColorInfo

Constructors

Properties

$type: Type
$t: Type
nextHashCode: number

Accessors

  • get color(): string | Color
  • Gets the base color associated of the WorkbookColorInfo.

    See

    tint

    Returns string | Color

  • get isAutomatic(): boolean
  • Gets the value which indicates whether the WorkbookColorInfo is automatic, or the window text system color.

    Returns boolean

  • get tint(): null | number
  • Gets the to apply to the base color, from -1.0 (100% darken) to 1.0 (100% lighten).

    See

    Returns null | number

Methods

  • Determines whether the WorkbookColorInfo is equal to the specified object.

    Returns

    True if the object is equal to this instance; False otherwise.

    Parameters

    • obj: any

      The object to test for equality.

    Returns boolean

  • Gets the hash code for the WorkbookColorInfo.

    Returns

    A number which can be used to hash this instance.

    Returns number

  • Gets the actual color which will be seen in Microsoft Excel if the WorkbookColorInfo is used.

    Throws

    ArgumentNullException The themeColorType is not null. When the ThemeColorType is set, the getResolvedColor method must be called with a non-null Workbook.

    Returns

    A Color which combines the color and tint if it is set.

    Returns string

  • Gets the actual color which will be seen in Microsoft Excel if the WorkbookColorInfo is used.

    Throws

    ArgumentNullException 'workbook' is null and themeColorType is not null. When the ThemeColorType is set, the method must be called with a non-null Workbook.

    Returns

    A Color which combines the color, themeColorType, and/or tint, depending on what is set.

    Parameters

    • workbook: Workbook

      The workbook in which the WorkbookColorInfo is used.

    Returns string

  • Gets the string representation of the WorkbookColorInfo.

    Returns

    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

  • Parameters

    • obj: any

    Returns any[]

  • Parameters

    • obj: any

    Returns any[]

  • Parameters

    • obj: any

    Returns number

  • Parameters

    • a: any
    • b: any

    Returns boolean