Method: PDF::SimpleTable#column_order

Defined in:
lib/extensions/pdf-writer/pdf/simpletable.rb

#column_orderObject

An array that defines the order of the columns in the table. The values in this array are the column names in #data. The columns will be presented in the order defined here.



119
120
121
# File 'lib/extensions/pdf-writer/pdf/simpletable.rb', line 119

def column_order
  @column_order
end