class CrystalXlsx::Cell
- CrystalXlsx::Cell
- Reference
- Object
Defined in:
crystal_xlsx/cell.crConstructors
Instance Method Summary
- #format : CrystalXlsx::Format | Nil
- #format=(format : CrystalXlsx::Format | Nil)
- #index : Int32
- #index=(index : Int32)
- #row : CrystalXlsx::Row
- #row=(row : CrystalXlsx::Row)
- #string_index : Int32 | Nil
- #string_index=(string_index : Int32 | Nil)
- #to_xml(xml)
- #value : ValueTypes
- #value=(value : ValueTypes)
Constructor Detail
def self.new(value : ValueTypes, row : CrystalXlsx::Row, index : Int32 = 0, format : Nil | CrystalXlsx::Format = nil)
#