Method: Axlsx::Drawing#index
- Defined in:
- lib/axlsx/drawing/drawing.rb
#index ⇒ Integer
The index of this drawing in the owning workbooks's drawings collection.
125 126 127 |
# File 'lib/axlsx/drawing/drawing.rb', line 125 def index @worksheet.workbook.drawings.index(self) end |