From f050dd81a633c45e3c8a57dffcdb4db715183e3d Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Sun, 27 Nov 2011 21:53:25 +0900 Subject: more documentation for 10a release --- doc/Axlsx/Row.html | 48 +++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 39 insertions(+), 9 deletions(-) (limited to 'doc/Axlsx/Row.html') diff --git a/doc/Axlsx/Row.html b/doc/Axlsx/Row.html index 24933dab..e8623faa 100644 --- a/doc/Axlsx/Row.html +++ b/doc/Axlsx/Row.html @@ -294,7 +294,7 @@ sets the style for every cell in this row.
  • - - (Object) to_ary + - (Array) to_ary @@ -307,7 +307,11 @@ sets the style for every cell in this row. -
    +

    +returns the cells in this row as an array This lets us transpose the rows +into columns. +

    +
  • @@ -771,22 +775,48 @@ sets the style for every cell in this row

    - - (Object) to_ary + - (Array) to_ary -

    +

    +
    +

    +returns the cells in this row as an array This lets us transpose the rows +into columns +

    + + +
    +
    +
    + +

    Returns:

    +
      + +
    • + + + (Array) + + + +
    • + +
    + +
     
     
    -65
    -66
    -67
    +68 +69 +70
    -
    # File 'lib/axlsx/workbook/worksheet/row.rb', line 65
    +      
    # File 'lib/axlsx/workbook/worksheet/row.rb', line 68
     
     def to_ary
       @cells.to_ary
    @@ -877,7 +907,7 @@ The document builder instance this objects xml will be added to.
     
         
         
    -- 
    cgit v1.2.3