class Xls::Worksheet::Row

Included Modules

Defined in:

xls/spreadsheet/worksheet/row.cr

Instance Method Summary

Instance methods inherited from module Xls::InspectableMethods

inspect(io : IO) : Nil inspect, to_s(io : IO) : Nil to_s

Instance Method Detail

def cells : Array(Cell) #

[View source]
def first_cell_index : UInt16 #

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


[View source]
def height : Height #

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


[View source]
def index #

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


[View source]
def last_cell_index : UInt16 #

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


[View source]
def to_unsafe #

[View source]
def xf(spreadsheet : Spreadsheet) : Spreadsheet::Xf #

Returns Xls::Spreadsheet::Xf for column formatting


[View source]
def xf_index : UInt16 #

Returns index to Xls::Spreadsheet::Xf


[View source]