Method: Axlsx::VmlShape#column

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

#columnInteger

The column anchor position for this shape determined by the comment's ref value

Returns:

  • (Integer)


12
13
14
# File 'lib/axlsx/drawing/vml_shape.rb', line 12

def column
  @column
end