Method: Axlsx::Table#index

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

#indexInteger

The index of this chart in the workbooks charts collection

Returns:

  • (Integer)


40
41
42
# File 'lib/axlsx/workbook/worksheet/table.rb', line 40

def index
  @sheet.workbook.tables.index(self)
end