Abstract base class for worksheet row and worksheet column.

RowColumnBase

new RowColumnBase(a: Worksheet): RowColumnBase

Returns RowColumnBase

Gets the default cell format for cells in this row or column.

get cellFormat(): IWorksheetCellFormat

Returns IWorksheetCellFormat

Gets or sets the value indicating whether the row or column is hidden. The Hidden state also controls the expanded state of rows or columns in outline groups. Basically, an outline group simply provides an easy way to hide and unhide all rows or columns in the group at the same time, via the expansion indicator. The value indicating whether the row or column is hidden.

get hidden(): boolean

Returns boolean

set hidden(a: boolean): void

Parameters

  • a: boolean

Returns void

Gets the 0-based index of the row or column in the worksheet. The 0-based index of the row or column in the worksheet.

get index(): number

Returns number

Gets or sets the outline level for the row or column.

get outlineLevel(): number

Returns number

set outlineLevel(a: number): void

Parameters

  • a: number

Returns void

Gets the worksheet to which the row or column belongs. The worksheet to which the row or column belongs.

get worksheet(): Worksheet

Returns Worksheet

Gets the resolved cell formatting for the cells in the row or column.

getResolvedCellFormat(): IWorksheetCellFormat

Returns IWorksheetCellFormat