Method: Axlsx::OneCellAnchor#index
- Defined in:
- lib/axlsx/drawing/one_cell_anchor.rb
#index ⇒ Integer
The index of this anchor in the drawing
60 61 62 |
# File 'lib/axlsx/drawing/one_cell_anchor.rb', line 60 def index @drawing.anchors.index(self) end |