Method: Axlsx::OneCellAnchor#index

Defined in:
lib/axlsx/drawing/one_cell_anchor.rb

#indexInteger

The index of this anchor in the drawing

Returns:

  • (Integer)


60
61
62
# File 'lib/axlsx/drawing/one_cell_anchor.rb', line 60

def index
  @drawing.anchors.index(self)
end