Abstract base class for worksheet row and worksheet column.
Constructors
Section titled "Constructors"RowColumnBase
new RowColumnBase(a: Worksheet): RowColumnBase Returns RowColumnBase
Properties
Section titled "Properties"$t: Type hidden
Section titled "hidden"hidden: boolean outlineLevel
Section titled "outlineLevel"outlineLevel: number Accessors
Section titled "Accessors"cellFormat
Section titled "cellFormat"Gets the default cell format for cells in this row or column.
get cellFormat(): IWorksheetCellFormat Returns IWorksheetCellFormat
index
Section titled "index"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
worksheet
Section titled "worksheet"Gets the worksheet to which the row or column belongs. The worksheet to which the row or column belongs.
get worksheet(): Worksheet Returns Worksheet
Methods
Section titled "Methods"getResolvedCellFormat
Section titled "getResolvedCellFormat"Gets the resolved cell formatting for the cells in the row or column.
getResolvedCellFormat(): IWorksheetCellFormat