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 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
hidden
Section titled "hidden"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
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
outlineLevel
Section titled "outlineLevel"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
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