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