Method: Axlsx::Col#min

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

#minInteger (readonly)

First column affected by this 'column info' record.

Returns:

  • (Integer)


34
35
36
# File 'lib/axlsx/workbook/worksheet/col.rb', line 34

def min
  @min
end