class Axlsx::RichText

def cell=(cell)

Parameters:
  • cell (Cell) -- The cell which all RichTextRuns in the collection will belong to
def cell=(cell)
  @cell = cell
  each { |run| run.cell = cell }
end