diff options
| author | Randy Morgan <[email protected]> | 2011-11-27 21:53:25 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-11-27 21:53:25 +0900 |
| commit | f050dd81a633c45e3c8a57dffcdb4db715183e3d (patch) | |
| tree | 995191ef952e91198b77283e1ab89a9ac22421dd /doc/Axlsx/Row.html | |
| parent | cdfc7251bde8347678d355e5fe65fc20e120bc23 (diff) | |
| download | caxlsx-f050dd81a633c45e3c8a57dffcdb4db715183e3d.tar.gz caxlsx-f050dd81a633c45e3c8a57dffcdb4db715183e3d.zip | |
more documentation for 10a release
Diffstat (limited to 'doc/Axlsx/Row.html')
| -rw-r--r-- | doc/Axlsx/Row.html | 48 |
1 files changed, 39 insertions, 9 deletions
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. <li class="public "> <span class="summary_signature"> - <a href="#to_ary-instance_method" title="#to_ary (instance method)">- (Object) <strong>to_ary</strong> </a> + <a href="#to_ary-instance_method" title="#to_ary (instance method)">- (Array) <strong>to_ary</strong> </a> @@ -307,7 +307,11 @@ sets the style for every cell in this row. - <span class="summary_desc"><div class='inline'></div></span> + <span class="summary_desc"><div class='inline'><p> +returns the cells in this row as an array This lets us transpose the rows +into columns. +</p> +</div></span> </li> @@ -771,22 +775,48 @@ sets the style for every cell in this row <div class="method_details "> <p class="signature " id="to_ary-instance_method"> - - (<tt>Object</tt>) <strong>to_ary</strong> + - (<tt>Array</tt>) <strong>to_ary</strong> -</p><table class="source_code"> +</p><div class="docstring"> + <div class="discussion"> + <p> +returns the cells in this row as an array This lets us transpose the rows +into columns +</p> + + + </div> +</div> +<div class="tags"> + +<h3>Returns:</h3> +<ul class="return"> + + <li> + + + <span class='type'>(<tt>Array</tt>)</span> + + + + </li> + +</ul> + +</div><table class="source_code"> <tr> <td> <pre class="lines"> -65 -66 -67</pre> +68 +69 +70</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/axlsx/workbook/worksheet/row.rb', line 65</span> + <pre class="code"><span class="info file"># File 'lib/axlsx/workbook/worksheet/row.rb', line 68</span> <span class='def def kw'>def</span> <span class='to_ary identifier id'>to_ary</span> <span class='@cells ivar id'>@cells</span><span class='dot token'>.</span><span class='to_ary identifier id'>to_ary</span> @@ -877,7 +907,7 @@ The document builder instance this objects xml will be added to. </div> <div id="footer"> - Generated on Sun Nov 27 21:44:27 2011 by + Generated on Sun Nov 27 21:52:32 2011 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.7.3 (ruby-1.8.7). </div> |
