Method: Axlsx::Cell#family

Defined in:
lib/axlsx/workbook/worksheet/cell.rb

#familyInteger

The inline family property for the cell 1 Roman 2 Swiss 3 Modern 4 Script 5 Decorative

Returns:

  • (Integer)


191
192
193
# File 'lib/axlsx/workbook/worksheet/cell.rb', line 191

def family
  @family
end