class

Xls::Worksheet::ColumnInfo

Inherits Xls::InspectableMethods < Reference < Object

See http://sc.openoffice.org/excelfileformat.pdf, page 146

Instance methods

first

Returns the index to the first column in the range

Source
flags

Returns option flags

Source
last

Returns the index to the last column in the range

Source
to_unsafe
Source
width

Returns the width of the columns in 1/256 of the width of the zero character, using default font (the first FONT record in the file)

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

Returns Xls::Spreadsheet::Xf for default column formatting

Source
xf_index

Returns index to Xls::Spreadsheet::Xf

Source

Nested types