Method: Axlsx::Col#max

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

#maxInteger (readonly)

Last column affected by this 'column info' record.

Returns:

  • (Integer)


38
39
40
# File 'lib/axlsx/workbook/worksheet/col.rb', line 38

def max
  @max
end