class Xls::Worksheet::ColumnInfo

Overview

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

Included Modules

Defined in:

xls/spreadsheet/worksheet/column_info.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 first : UInt16 #

Returns the index to the first column in the range


[View source]
def flags : OptionFlags #

Returns option flags


[View source]
def last : UInt16 #

Returns the index to the last column in the range


[View source]
def to_unsafe #

[View source]
def width : UInt16 #

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)


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

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


[View source]
def xf_index : UInt16 #

Returns index to Xls::Spreadsheet::Xf


[View source]