Method: Axlsx::Table#index
- Defined in:
- lib/axlsx/workbook/worksheet/table.rb
#index ⇒ Integer
The index of this chart in the workbooks charts collection
40 41 42 |
# File 'lib/axlsx/workbook/worksheet/table.rb', line 40 def index @sheet.workbook.tables.index(self) end |