Returns and sets formatting information on a range of cells.
Constructors
Section titled "Constructors"SpreadsheetCellRangeFormat
new SpreadsheetCellRangeFormat(a: RangeWorksheetCellFormatBase): SpreadsheetCellRangeFormat Returns SpreadsheetCellRangeFormat
Properties
Section titled "Properties"propertyChanged
Section titled "propertyChanged"Inherited from: PropertyChangeNotifierExtended
propertyChanged: object $t: Type alignment
Section titled "alignment"alignment: HorizontalCellAlignment fill: CellFill formatString
Section titled "formatString"formatString: string hidden
Section titled "hidden"hidden: boolean indent
Section titled "indent"indent: number locked
Section titled "locked"locked: boolean rotation
Section titled "rotation"rotation: number shrinkToFit
Section titled "shrinkToFit"shrinkToFit: boolean style
Section titled "style"style: WorkbookStyle verticalAlignment
Section titled "verticalAlignment"verticalAlignment: VerticalCellAlignment wrapText
Section titled "wrapText"wrapText: boolean Accessors
Section titled "Accessors"Gets or sets the default font formatting.
get font(): IWorkbookFont Returns IWorkbookFont
Methods
Section titled "Methods"addListener
Section titled "addListener"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
onPropertyValueChanged
Section titled "onPropertyValueChanged"Inherited from: PropertyChangeNotifierExtended
onPropertyValueChanged(a: any, b: string, c: any): void Parameters
- a:
any - b:
string - c:
any
Returns void
removeListener
Section titled "removeListener"Inherited from: PropertyChangeNotifierExtended
removeListener(a: ITypedPropertyChangeListener$2<any, string>): void Parameters
- a:
ITypedPropertyChangeListener$2<any, string>
Returns void
setBorders
Section titled "setBorders"Sets the specified borders for the associated range to the specified style and color.
setBorders(borders: SpreadsheetCellRangeBorders, borderColor: WorkbookColorInfo, borderStyle: CellBorderLineStyle): void Parameters
- borders:
SpreadsheetCellRangeBordersIdentifies the borders to be changed
- borderColor:
WorkbookColorInfoThe color for the borders
- borderStyle:
CellBorderLineStyleThe style for the borders