class

Xls::Worksheet::Row

Inherits Xls::InspectableMethods < Reference < Object

Instance methods

cells
Source
first_cell_index

Returns the index to the column of the first cell which is described by a cell record

Source
height

Returns the height of the row (represented as Xls::Worksheet::Row::Height), in twips = 1/20 of a point

Source
index

Returns the index of this Xls::Worksheet::Row in the Xls::Worksheet

Source
last_cell_index

Returns the index to the column of the last cell which is described by a cell record, increased by 1

Source
to_unsafe
Source
xf(spreadsheet : Spreadsheet) : Spreadsheet::Xf

Returns Xls::Spreadsheet::Xf for column formatting

Source
xf_index

Returns index to Xls::Spreadsheet::Xf

Source

Nested types