Method: Axlsx::Col#max

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

#maxInteger (readonly)

Last column affected by this ‘column info’ record.

Returns:

  • (Integer)


13
14
15
# File 'lib/axlsx/workbook/worksheet/col.rb', line 13

def max
  @max
end