Method: Axlsx::TableStyle#table

Defined in:
lib/axlsx/stylesheet/table_style.rb

#tableBoolean

indicates if this style should be applied to tables

Returns:

  • (Boolean)


33
34
35
# File 'lib/axlsx/stylesheet/table_style.rb', line 33

def table
  @table
end