ComponentOne ASP.NET MVC Controls
WorkbookRow Class
File
wijmo.xlsx.js
Module
wijmo.xlsx
Implements
IWorkbookRow

Represents the Workbook Object Model row definition.

Constructor

Properties

Constructor

constructor

constructor(): WorkbookRow

Initializes a new instance of the WorkbookRow class.

Returns
WorkbookRow

Properties

cells

Gets or sets an array of cells in the row.

Each WorkbookCell object in the array describes a cell at the corresponding position in the row, i.e. a cell with index 0 pertains to column with index A, a cell with index 1 defines cell pertaining to column with index B, and so on. If a certain cell has no definition (empty) in xlsx file, then corresponding array element is undefined for both export and import operations.

Type
WorkbookCell[]

collapsed

Indicating if the row is in the collapsed outline state.

Type
boolean

groupLevel

Gets or sets the group level of the row.

Type
number

height

Gets or sets the row height in device-independent (1/96th inch) pixels.

If height is not specified, then the default height is applied.

Type
number

style

Gets or sets the row style.

The property defines the style for all cells in the row, and can be overridden by the specific cell styles.

Type
WorkbookStyle

visible

Gets or sets the row visibility.

Type
boolean