Help for this page

Select Code to Download


  1. or download this
     
    $Cell[1] = {
                    CellType        => "ROText",
    ...
                    };
            $cell->Contents("${$Cell[$_]}{'Contents'}");
    };
    
  2. or download this
    foreach (1 .. $#Cell) {
            if (${$Cell[$_]}{'CellType'} == "Text") {
    ...
                    };
            $cell->Contents("${$Cell[$_]}{'Contents'}");
    };