Abstract base class for worksheet row and worksheet column.

RowColumnBase

new RowColumnBase(a: Worksheet): RowColumnBase

Returns RowColumnBase

$t: Type
hidden: boolean
outlineLevel: number

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

get cellFormat(): IWorksheetCellFormat

Returns IWorksheetCellFormat

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 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