Returns and sets formatting information on a range of cells.

SpreadsheetCellRangeFormat

new SpreadsheetCellRangeFormat(a: RangeWorksheetCellFormatBase): SpreadsheetCellRangeFormat

Returns SpreadsheetCellRangeFormat

Inherited from: PropertyChangeNotifierExtended

propertyChanged: object
$t: Type
alignment: HorizontalCellAlignment
fill: CellFill
formatString: string
hidden: boolean
indent: number
locked: boolean
rotation: number
shrinkToFit: boolean
style: WorkbookStyle
verticalAlignment: VerticalCellAlignment
wrapText: boolean

Gets or sets the default font formatting.

get font(): IWorkbookFont

Returns IWorkbookFont

Inherited from: PropertyChangeNotifierExtended

addListener(a: ITypedPropertyChangeListener$2<any, string>, b: boolean): void

Parameters

  • a: ITypedPropertyChangeListener$2<any, string>
  • b: boolean

Returns void

Inherited from: PropertyChangeNotifierExtended

d(a: any, b: string, c: any): void

Parameters

  • a: any
  • b: string
  • c: any

Returns void

Inherited from: PropertyChangeNotifierExtended

onPropertyValueChanged(a: any, b: string, c: any): void

Parameters

  • a: any
  • b: string
  • c: any

Returns void

Inherited from: PropertyChangeNotifierExtended

removeListener(a: ITypedPropertyChangeListener$2<any, string>): void

Parameters

  • a: ITypedPropertyChangeListener$2<any, string>

Returns void

Sets the specified borders for the associated range to the specified style and color.

setBorders(borders: SpreadsheetCellRangeBorders, borderColor: WorkbookColorInfo, borderStyle: CellBorderLineStyle): void

Parameters

  • borders: SpreadsheetCellRangeBorders

    Identifies the borders to be changed

  • borderColor: WorkbookColorInfo

    The color for the borders

  • borderStyle: CellBorderLineStyle

    The style for the borders

Returns void