| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|---|
| 2 | <html> |
|---|
| 3 | <head><title>class Sheet in jp.ryugate.apache.POI</title> |
|---|
| 4 | <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"></meta><meta content="scaladoc (version 2.6.1-final)" name="generator"></meta><link href="../../../style.css" type="text/css" rel="stylesheet"></link><script type="text/javascript" src="../../../script.js"></script> |
|---|
| 5 | </head> |
|---|
| 6 | <body onload="init()"> |
|---|
| 7 | <table summary="" class="navigation"> |
|---|
| 8 | <tr> |
|---|
| 9 | <td class="navigation-links" valign="top"> |
|---|
| 10 | <!-- <table><tr></tr></table> --> |
|---|
| 11 | </td> |
|---|
| 12 | <td align="right" valign="top" style="white-space:nowrap;" rowspan="2"> |
|---|
| 13 | <div class="doctitle-larger">Scala 2</div> |
|---|
| 14 | </td> |
|---|
| 15 | </tr> |
|---|
| 16 | <tr><td></td></tr> |
|---|
| 17 | </table> |
|---|
| 18 | |
|---|
| 19 | <div class="entity"> |
|---|
| 20 | <a href="../../../jp/ryugate/apache/POI$object.html" target="_self">jp.ryugate.apache.POI</a> |
|---|
| 21 | <br></br> |
|---|
| 22 | <span class="entity">class Sheet</span> |
|---|
| 23 | </div><hr></hr> |
|---|
| 24 | <div class="source"> |
|---|
| 25 | [source: <a href="" class="jp/ryugate/apache/POI"><code>jp/ryugate/apache/POI.scala</code></a>] |
|---|
| 26 | </div><hr></hr> |
|---|
| 27 | <a name="Sheet"></a><dl> |
|---|
| 28 | <dt> |
|---|
| 29 | |
|---|
| 30 | <code></code> |
|---|
| 31 | <code>class</code> |
|---|
| 32 | <em>Sheet</em>(<em>sheet</em> : <a href="" target="contentFrame" class="org/apache/poi/hssf/usermodel/HSSFSheet">org.apache.poi.hssf.usermodel.HSSFSheet</a>) |
|---|
| 33 | </dt> |
|---|
| 34 | <dd><code> extends </code><a href="../../../scala/AnyRef.html" target="_self">AnyRef</a></dd> |
|---|
| 35 | </dl> |
|---|
| 36 | <dl><dd>Sheet</dd></dl> |
|---|
| 37 | <dl></dl> |
|---|
| 38 | |
|---|
| 39 | |
|---|
| 40 | |
|---|
| 41 | |
|---|
| 42 | <table summary="" cellpadding="3" class="member"> |
|---|
| 43 | <tr><td class="title" colspan="2">Method Summary</td></tr> |
|---|
| 44 | <tr> |
|---|
| 45 | <td class="modifiers" valign="top"> |
|---|
| 46 | <code> def</code> |
|---|
| 47 | </td> |
|---|
| 48 | <td class="signature"> |
|---|
| 49 | <em><a href="../../../jp/ryugate/apache/POI$object.Sheet.html#cell%28int%2Cint%29" target="_self">cell</a></em> |
|---|
| 50 | (<em>row</em> : <a href="../../../scala/Int.html" target="_self">Int</a>, <em>col</em> : <a href="../../../scala/Int.html" target="_self">Int</a>) : <a href="../../../jp/ryugate/apache/POI$object.Cell.html" target="_self">Cell</a> |
|---|
| 51 | |
|---|
| 52 | |
|---|
| 53 | </td> |
|---|
| 54 | </tr> |
|---|
| 55 | <tr> |
|---|
| 56 | <td class="modifiers" valign="top"> |
|---|
| 57 | <code> def</code> |
|---|
| 58 | </td> |
|---|
| 59 | <td class="signature"> |
|---|
| 60 | <em><a href="../../../jp/ryugate/apache/POI$object.Sheet.html#col%28int%29" target="_self">col</a></em> |
|---|
| 61 | (<em>colnum</em> : <a href="../../../scala/Int.html" target="_self">Int</a>) : <a href="../../../jp/ryugate/apache/POI$object.Col.html" target="_self">Col</a> |
|---|
| 62 | |
|---|
| 63 | |
|---|
| 64 | </td> |
|---|
| 65 | </tr> |
|---|
| 66 | <tr> |
|---|
| 67 | <td class="modifiers" valign="top"> |
|---|
| 68 | <code> def</code> |
|---|
| 69 | </td> |
|---|
| 70 | <td class="signature"> |
|---|
| 71 | <em><a href="../../../jp/ryugate/apache/POI$object.Sheet.html#colWith%28int%29" target="_self">colWith</a></em> |
|---|
| 72 | (<em>num</em> : <a href="../../../scala/Int.html" target="_self">Int</a>)(<em>f</em> : (<a href="../../../jp/ryugate/apache/POI$object.Col.html" target="_self">Col</a>) => <a href="../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../scala/Unit.html" target="_self">Unit</a> |
|---|
| 73 | |
|---|
| 74 | |
|---|
| 75 | </td> |
|---|
| 76 | </tr> |
|---|
| 77 | <tr> |
|---|
| 78 | <td class="modifiers" valign="top"> |
|---|
| 79 | <code> def</code> |
|---|
| 80 | </td> |
|---|
| 81 | <td class="signature"> |
|---|
| 82 | <em><a href="../../../jp/ryugate/apache/POI$object.Sheet.html#cols%28int*%29" target="_self">cols</a></em> |
|---|
| 83 | (<em>colIdxs</em> : <a href="../../../scala/Int.html" target="_self">Int</a>*) : <a href="" target="contentFrame" class="scala/List">scala.List</a>[<a href="../../../jp/ryugate/apache/POI$object.Col.html" target="_self">Col</a>] |
|---|
| 84 | |
|---|
| 85 | |
|---|
| 86 | </td> |
|---|
| 87 | </tr> |
|---|
| 88 | <tr> |
|---|
| 89 | <td class="modifiers" valign="top"> |
|---|
| 90 | <code> def</code> |
|---|
| 91 | </td> |
|---|
| 92 | <td class="signature"> |
|---|
| 93 | <em><a href="../../../jp/ryugate/apache/POI$object.Sheet.html#cols%28Range%29" target="_self">cols</a></em> |
|---|
| 94 | (<em>range</em> : <a href="" target="contentFrame" class="scala/Range">scala.Range</a>) : <a href="" target="contentFrame" class="scala/List">scala.List</a>[<a href="../../../jp/ryugate/apache/POI$object.Col.html" target="_self">Col</a>] |
|---|
| 95 | |
|---|
| 96 | |
|---|
| 97 | </td> |
|---|
| 98 | </tr> |
|---|
| 99 | <tr> |
|---|
| 100 | <td class="modifiers" valign="top"> |
|---|
| 101 | <code> def</code> |
|---|
| 102 | </td> |
|---|
| 103 | <td class="signature"> |
|---|
| 104 | <em><a href="../../../jp/ryugate/apache/POI$object.Sheet.html#createRow%28int%29" target="_self">createRow</a></em> |
|---|
| 105 | (<em>rownum</em> : <a href="../../../scala/Int.html" target="_self">Int</a>) : <a href="../../../jp/ryugate/apache/POI$object.Row.html" target="_self">Row</a> |
|---|
| 106 | |
|---|
| 107 | |
|---|
| 108 | </td> |
|---|
| 109 | </tr> |
|---|
| 110 | <tr> |
|---|
| 111 | <td class="modifiers" valign="top"> |
|---|
| 112 | <code> def</code> |
|---|
| 113 | </td> |
|---|
| 114 | <td class="signature"> |
|---|
| 115 | <em><a href="../../../jp/ryugate/apache/POI$object.Sheet.html#each%28%28jp.ryugate.apache.POI.Row%29%3D%3EUnit%29" target="_self">each</a></em> |
|---|
| 116 | (<em>f</em> : (<a href="../../../jp/ryugate/apache/POI$object.Row.html" target="_self">Row</a>) => <a href="../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../scala/Unit.html" target="_self">Unit</a> |
|---|
| 117 | |
|---|
| 118 | |
|---|
| 119 | </td> |
|---|
| 120 | </tr> |
|---|
| 121 | <tr> |
|---|
| 122 | <td class="modifiers" valign="top"> |
|---|
| 123 | <code> def</code> |
|---|
| 124 | </td> |
|---|
| 125 | <td class="signature"> |
|---|
| 126 | <em><a href="../../../jp/ryugate/apache/POI$object.Sheet.html#eachCols%28int*%29" target="_self">eachCols</a></em> |
|---|
| 127 | (<em>colIdxs</em> : <a href="../../../scala/Int.html" target="_self">Int</a>*)(<em>f</em> : (<a href="../../../jp/ryugate/apache/POI$object.Col.html" target="_self">Col</a>) => <a href="../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../scala/Unit.html" target="_self">Unit</a> |
|---|
| 128 | |
|---|
| 129 | |
|---|
| 130 | </td> |
|---|
| 131 | </tr> |
|---|
| 132 | <tr> |
|---|
| 133 | <td class="modifiers" valign="top"> |
|---|
| 134 | <code> def</code> |
|---|
| 135 | </td> |
|---|
| 136 | <td class="signature"> |
|---|
| 137 | <em><a href="../../../jp/ryugate/apache/POI$object.Sheet.html#eachCols%28Range%29" target="_self">eachCols</a></em> |
|---|
| 138 | (<em>range</em> : <a href="" target="contentFrame" class="scala/Range">scala.Range</a>)(<em>f</em> : (<a href="../../../jp/ryugate/apache/POI$object.Col.html" target="_self">Col</a>) => <a href="../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../scala/Unit.html" target="_self">Unit</a> |
|---|
| 139 | |
|---|
| 140 | |
|---|
| 141 | </td> |
|---|
| 142 | </tr> |
|---|
| 143 | <tr> |
|---|
| 144 | <td class="modifiers" valign="top"> |
|---|
| 145 | <code> def</code> |
|---|
| 146 | </td> |
|---|
| 147 | <td class="signature"> |
|---|
| 148 | <em><a href="../../../jp/ryugate/apache/POI$object.Sheet.html#eachColsWithIndex%28int*%29" target="_self">eachColsWithIndex</a></em> |
|---|
| 149 | (<em>idxs</em> : <a href="../../../scala/Int.html" target="_self">Int</a>*)(<em>f</em> : (<a href="../../../jp/ryugate/apache/POI$object.Col.html" target="_self">Col</a>, <a href="../../../scala/Int.html" target="_self">Int</a>) => <a href="../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../scala/Unit.html" target="_self">Unit</a> |
|---|
| 150 | |
|---|
| 151 | |
|---|
| 152 | </td> |
|---|
| 153 | </tr> |
|---|
| 154 | <tr> |
|---|
| 155 | <td class="modifiers" valign="top"> |
|---|
| 156 | <code> def</code> |
|---|
| 157 | </td> |
|---|
| 158 | <td class="signature"> |
|---|
| 159 | <em><a href="../../../jp/ryugate/apache/POI$object.Sheet.html#eachColsWithIndex%28Range%29" target="_self">eachColsWithIndex</a></em> |
|---|
| 160 | (<em>range</em> : <a href="" target="contentFrame" class="scala/Range">scala.Range</a>)(<em>f</em> : (<a href="../../../jp/ryugate/apache/POI$object.Col.html" target="_self">Col</a>, <a href="../../../scala/Int.html" target="_self">Int</a>) => <a href="../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../scala/Unit.html" target="_self">Unit</a> |
|---|
| 161 | |
|---|
| 162 | |
|---|
| 163 | </td> |
|---|
| 164 | </tr> |
|---|
| 165 | <tr> |
|---|
| 166 | <td class="modifiers" valign="top"> |
|---|
| 167 | <code> def</code> |
|---|
| 168 | </td> |
|---|
| 169 | <td class="signature"> |
|---|
| 170 | <em><a href="../../../jp/ryugate/apache/POI$object.Sheet.html#eachRows%28Range%29" target="_self">eachRows</a></em> |
|---|
| 171 | (<em>range</em> : <a href="" target="contentFrame" class="scala/Range">scala.Range</a>)(<em>f</em> : (<a href="../../../jp/ryugate/apache/POI$object.Row.html" target="_self">Row</a>) => <a href="../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../scala/Unit.html" target="_self">Unit</a> |
|---|
| 172 | |
|---|
| 173 | |
|---|
| 174 | </td> |
|---|
| 175 | </tr> |
|---|
| 176 | <tr> |
|---|
| 177 | <td class="modifiers" valign="top"> |
|---|
| 178 | <code> def</code> |
|---|
| 179 | </td> |
|---|
| 180 | <td class="signature"> |
|---|
| 181 | <em><a href="../../../jp/ryugate/apache/POI$object.Sheet.html#eachRows%28int*%29" target="_self">eachRows</a></em> |
|---|
| 182 | (<em>rowIdxs</em> : <a href="../../../scala/Int.html" target="_self">Int</a>*)(<em>f</em> : (<a href="../../../jp/ryugate/apache/POI$object.Row.html" target="_self">Row</a>) => <a href="../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../scala/Unit.html" target="_self">Unit</a> |
|---|
| 183 | |
|---|
| 184 | |
|---|
| 185 | </td> |
|---|
| 186 | </tr> |
|---|
| 187 | <tr> |
|---|
| 188 | <td class="modifiers" valign="top"> |
|---|
| 189 | <code> def</code> |
|---|
| 190 | </td> |
|---|
| 191 | <td class="signature"> |
|---|
| 192 | <em><a href="../../../jp/ryugate/apache/POI$object.Sheet.html#eachRowsWithIndex%28Range%29" target="_self">eachRowsWithIndex</a></em> |
|---|
| 193 | (<em>range</em> : <a href="" target="contentFrame" class="scala/Range">scala.Range</a>)(<em>f</em> : (<a href="../../../jp/ryugate/apache/POI$object.Row.html" target="_self">Row</a>, <a href="../../../scala/Int.html" target="_self">Int</a>) => <a href="../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../scala/Unit.html" target="_self">Unit</a> |
|---|
| 194 | |
|---|
| 195 | |
|---|
| 196 | </td> |
|---|
| 197 | </tr> |
|---|
| 198 | <tr> |
|---|
| 199 | <td class="modifiers" valign="top"> |
|---|
| 200 | <code> def</code> |
|---|
| 201 | </td> |
|---|
| 202 | <td class="signature"> |
|---|
| 203 | <em><a href="../../../jp/ryugate/apache/POI$object.Sheet.html#eachRowsWithIndex%28int*%29" target="_self">eachRowsWithIndex</a></em> |
|---|
| 204 | (<em>idxs</em> : <a href="../../../scala/Int.html" target="_self">Int</a>*)(<em>f</em> : (<a href="../../../jp/ryugate/apache/POI$object.Row.html" target="_self">Row</a>, <a href="../../../scala/Int.html" target="_self">Int</a>) => <a href="../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../scala/Unit.html" target="_self">Unit</a> |
|---|
| 205 | |
|---|
| 206 | |
|---|
| 207 | </td> |
|---|
| 208 | </tr> |
|---|
| 209 | <tr> |
|---|
| 210 | <td class="modifiers" valign="top"> |
|---|
| 211 | <code> def</code> |
|---|
| 212 | </td> |
|---|
| 213 | <td class="signature"> |
|---|
| 214 | <em><a href="../../../jp/ryugate/apache/POI$object.Sheet.html#getCell%28int%2Cint%29" target="_self">getCell</a></em> |
|---|
| 215 | (<em>row</em> : <a href="../../../scala/Int.html" target="_self">Int</a>, <em>col</em> : <a href="../../../scala/Int.html" target="_self">Int</a>) : <a href="../../../jp/ryugate/apache/POI$object.Cell.html" target="_self">Cell</a> |
|---|
| 216 | |
|---|
| 217 | |
|---|
| 218 | </td> |
|---|
| 219 | </tr> |
|---|
| 220 | <tr> |
|---|
| 221 | <td class="modifiers" valign="top"> |
|---|
| 222 | <code> def</code> |
|---|
| 223 | </td> |
|---|
| 224 | <td class="signature"> |
|---|
| 225 | <em><a href="../../../jp/ryugate/apache/POI$object.Sheet.html#getCol%28int%29" target="_self">getCol</a></em> |
|---|
| 226 | (<em>colnum</em> : <a href="../../../scala/Int.html" target="_self">Int</a>) : <a href="../../../jp/ryugate/apache/POI$object.Col.html" target="_self">Col</a> |
|---|
| 227 | |
|---|
| 228 | |
|---|
| 229 | </td> |
|---|
| 230 | </tr> |
|---|
| 231 | <tr> |
|---|
| 232 | <td class="modifiers" valign="top"> |
|---|
| 233 | <code> def</code> |
|---|
| 234 | </td> |
|---|
| 235 | <td class="signature"> |
|---|
| 236 | <em><a href="../../../jp/ryugate/apache/POI$object.Sheet.html#getRow%28int%29" target="_self">getRow</a></em> |
|---|
| 237 | (<em>rownum</em> : <a href="../../../scala/Int.html" target="_self">Int</a>) : <a href="../../../jp/ryugate/apache/POI$object.Row.html" target="_self">Row</a> |
|---|
| 238 | |
|---|
| 239 | |
|---|
| 240 | </td> |
|---|
| 241 | </tr> |
|---|
| 242 | <tr> |
|---|
| 243 | <td class="modifiers" valign="top"> |
|---|
| 244 | <code> def</code> |
|---|
| 245 | </td> |
|---|
| 246 | <td class="signature"> |
|---|
| 247 | <em><a href="../../../jp/ryugate/apache/POI$object.Sheet.html#row%28int%29" target="_self">row</a></em> |
|---|
| 248 | (<em>rownum</em> : <a href="../../../scala/Int.html" target="_self">Int</a>) : <a href="../../../jp/ryugate/apache/POI$object.Row.html" target="_self">Row</a> |
|---|
| 249 | |
|---|
| 250 | |
|---|
| 251 | </td> |
|---|
| 252 | </tr> |
|---|
| 253 | <tr> |
|---|
| 254 | <td class="modifiers" valign="top"> |
|---|
| 255 | <code> def</code> |
|---|
| 256 | </td> |
|---|
| 257 | <td class="signature"> |
|---|
| 258 | <em><a href="../../../jp/ryugate/apache/POI$object.Sheet.html#rowWith%28int%29" target="_self">rowWith</a></em> |
|---|
| 259 | (<em>num</em> : <a href="../../../scala/Int.html" target="_self">Int</a>)(<em>f</em> : (<a href="../../../jp/ryugate/apache/POI$object.Row.html" target="_self">Row</a>) => <a href="../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../scala/Unit.html" target="_self">Unit</a> |
|---|
| 260 | |
|---|
| 261 | |
|---|
| 262 | </td> |
|---|
| 263 | </tr> |
|---|
| 264 | <tr> |
|---|
| 265 | <td class="modifiers" valign="top"> |
|---|
| 266 | <code> def</code> |
|---|
| 267 | </td> |
|---|
| 268 | <td class="signature"> |
|---|
| 269 | <em><a href="../../../jp/ryugate/apache/POI$object.Sheet.html#rows%28Range%29" target="_self">rows</a></em> |
|---|
| 270 | (<em>range</em> : <a href="" target="contentFrame" class="scala/Range">scala.Range</a>) : <a href="" target="contentFrame" class="scala/List">scala.List</a>[<a href="../../../jp/ryugate/apache/POI$object.Row.html" target="_self">Row</a>] |
|---|
| 271 | |
|---|
| 272 | |
|---|
| 273 | </td> |
|---|
| 274 | </tr> |
|---|
| 275 | <tr> |
|---|
| 276 | <td class="modifiers" valign="top"> |
|---|
| 277 | <code> def</code> |
|---|
| 278 | </td> |
|---|
| 279 | <td class="signature"> |
|---|
| 280 | <em><a href="../../../jp/ryugate/apache/POI$object.Sheet.html#rows%28int*%29" target="_self">rows</a></em> |
|---|
| 281 | (<em>rowIdxs</em> : <a href="../../../scala/Int.html" target="_self">Int</a>*) : <a href="" target="contentFrame" class="scala/List">scala.List</a>[<a href="../../../jp/ryugate/apache/POI$object.Row.html" target="_self">Row</a>] |
|---|
| 282 | |
|---|
| 283 | |
|---|
| 284 | </td> |
|---|
| 285 | </tr> |
|---|
| 286 | </table><table summary="" cellpadding="3" class="inherited"> |
|---|
| 287 | <tr><td class="title" colspan="2"> |
|---|
| 288 | Methods inherited from <a href="../../../scala/AnyRef.html" target="_self">AnyRef</a> |
|---|
| 289 | </td></tr> |
|---|
| 290 | <tr><td class="signature" colspan="2"> |
|---|
| 291 | <a href="../../../scala/AnyRef.html#getClass%28%29" target="_self">getClass</a>, <a href="../../../scala/AnyRef.html#hashCode%28%29" target="_self">hashCode</a>, <a href="../../../scala/AnyRef.html#equals%28Any%29" target="_self">equals</a>, <a href="../../../scala/AnyRef.html#clone%28%29" target="_self">clone</a>, <a href="../../../scala/AnyRef.html#toString%28%29" target="_self">toString</a>, <a href="../../../scala/AnyRef.html#notify%28%29" target="_self">notify</a>, <a href="../../../scala/AnyRef.html#notifyAll%28%29" target="_self">notifyAll</a>, <a href="../../../scala/AnyRef.html#wait%28Long%29" target="_self">wait</a>, <a href="../../../scala/AnyRef.html#wait%28Long%2CInt%29" target="_self">wait</a>, <a href="../../../scala/AnyRef.html#wait%28%29" target="_self">wait</a>, <a href="../../../scala/AnyRef.html#finalize%28%29" target="_self">finalize</a>, <a href="../../../scala/AnyRef.html#%3D%3D%28AnyRef%29" target="_self">==</a>, <a href="../../../scala/AnyRef.html#%21%3D%28AnyRef%29" target="_self">!=</a>, <a href="../../../scala/AnyRef.html#eq%28AnyRef%29" target="_self">eq</a>, <a href="../../../scala/AnyRef.html#ne%28AnyRef%29" target="_self">ne</a>, <a href="../../../scala/AnyRef.html#synchronized%28T0%29" target="_self">synchronized</a> |
|---|
| 292 | </td></tr> |
|---|
| 293 | </table><table summary="" cellpadding="3" class="inherited"> |
|---|
| 294 | <tr><td class="title" colspan="2"> |
|---|
| 295 | Methods inherited from <a href="../../../scala/Any.html" target="_self">Any</a> |
|---|
| 296 | </td></tr> |
|---|
| 297 | <tr><td class="signature" colspan="2"> |
|---|
| 298 | <a href="../../../scala/Any.html#%3D%3D%28Any%29" target="_self">==</a>, <a href="../../../scala/Any.html#%21%3D%28Any%29" target="_self">!=</a>, <a href="../../../scala/Any.html#isInstanceOf" target="_self">isInstanceOf</a>, <a href="../../../scala/Any.html#asInstanceOf" target="_self">asInstanceOf</a> |
|---|
| 299 | </td></tr> |
|---|
| 300 | </table> |
|---|
| 301 | |
|---|
| 302 | |
|---|
| 303 | |
|---|
| 304 | |
|---|
| 305 | |
|---|
| 306 | <table summary="" cellpadding="3" class="member-detail"> |
|---|
| 307 | <tr><td class="title">Method Details</td></tr> |
|---|
| 308 | </table><div><a name="getRow%28int%29"></a><dl> |
|---|
| 309 | <dt> |
|---|
| 310 | |
|---|
| 311 | <code></code> |
|---|
| 312 | <code>def</code> |
|---|
| 313 | <em>getRow</em>(<em>rownum</em> : <a href="../../../scala/Int.html" target="_self">Int</a>) : <a href="../../../jp/ryugate/apache/POI$object.Row.html" target="_self">Row</a> |
|---|
| 314 | </dt> |
|---|
| 315 | <dd></dd> |
|---|
| 316 | </dl><hr></hr> |
|---|
| 317 | <a name="getCol%28int%29"></a><dl> |
|---|
| 318 | <dt> |
|---|
| 319 | |
|---|
| 320 | <code></code> |
|---|
| 321 | <code>def</code> |
|---|
| 322 | <em>getCol</em>(<em>colnum</em> : <a href="../../../scala/Int.html" target="_self">Int</a>) : <a href="../../../jp/ryugate/apache/POI$object.Col.html" target="_self">Col</a> |
|---|
| 323 | </dt> |
|---|
| 324 | <dd></dd> |
|---|
| 325 | </dl><hr></hr> |
|---|
| 326 | <a name="row%28int%29"></a><dl> |
|---|
| 327 | <dt> |
|---|
| 328 | |
|---|
| 329 | <code></code> |
|---|
| 330 | <code>def</code> |
|---|
| 331 | <em>row</em>(<em>rownum</em> : <a href="../../../scala/Int.html" target="_self">Int</a>) : <a href="../../../jp/ryugate/apache/POI$object.Row.html" target="_self">Row</a> |
|---|
| 332 | </dt> |
|---|
| 333 | <dd></dd> |
|---|
| 334 | </dl><hr></hr> |
|---|
| 335 | <a name="col%28int%29"></a><dl> |
|---|
| 336 | <dt> |
|---|
| 337 | |
|---|
| 338 | <code></code> |
|---|
| 339 | <code>def</code> |
|---|
| 340 | <em>col</em>(<em>colnum</em> : <a href="../../../scala/Int.html" target="_self">Int</a>) : <a href="../../../jp/ryugate/apache/POI$object.Col.html" target="_self">Col</a> |
|---|
| 341 | </dt> |
|---|
| 342 | <dd></dd> |
|---|
| 343 | </dl><hr></hr> |
|---|
| 344 | <a name="getCell%28int%2Cint%29"></a><dl> |
|---|
| 345 | <dt> |
|---|
| 346 | |
|---|
| 347 | <code></code> |
|---|
| 348 | <code>def</code> |
|---|
| 349 | <em>getCell</em>(<em>row</em> : <a href="../../../scala/Int.html" target="_self">Int</a>, <em>col</em> : <a href="../../../scala/Int.html" target="_self">Int</a>) : <a href="../../../jp/ryugate/apache/POI$object.Cell.html" target="_self">Cell</a> |
|---|
| 350 | </dt> |
|---|
| 351 | <dd></dd> |
|---|
| 352 | </dl><hr></hr> |
|---|
| 353 | <a name="cell%28int%2Cint%29"></a><dl> |
|---|
| 354 | <dt> |
|---|
| 355 | |
|---|
| 356 | <code></code> |
|---|
| 357 | <code>def</code> |
|---|
| 358 | <em>cell</em>(<em>row</em> : <a href="../../../scala/Int.html" target="_self">Int</a>, <em>col</em> : <a href="../../../scala/Int.html" target="_self">Int</a>) : <a href="../../../jp/ryugate/apache/POI$object.Cell.html" target="_self">Cell</a> |
|---|
| 359 | </dt> |
|---|
| 360 | <dd></dd> |
|---|
| 361 | </dl><hr></hr> |
|---|
| 362 | <a name="rows%28int*%29"></a><dl> |
|---|
| 363 | <dt> |
|---|
| 364 | |
|---|
| 365 | <code></code> |
|---|
| 366 | <code>def</code> |
|---|
| 367 | <em>rows</em>(<em>rowIdxs</em> : <a href="../../../scala/Int.html" target="_self">Int</a>*) : <a href="" target="contentFrame" class="scala/List">scala.List</a>[<a href="../../../jp/ryugate/apache/POI$object.Row.html" target="_self">Row</a>] |
|---|
| 368 | </dt> |
|---|
| 369 | <dd></dd> |
|---|
| 370 | </dl><hr></hr> |
|---|
| 371 | <a name="cols%28int*%29"></a><dl> |
|---|
| 372 | <dt> |
|---|
| 373 | |
|---|
| 374 | <code></code> |
|---|
| 375 | <code>def</code> |
|---|
| 376 | <em>cols</em>(<em>colIdxs</em> : <a href="../../../scala/Int.html" target="_self">Int</a>*) : <a href="" target="contentFrame" class="scala/List">scala.List</a>[<a href="../../../jp/ryugate/apache/POI$object.Col.html" target="_self">Col</a>] |
|---|
| 377 | </dt> |
|---|
| 378 | <dd></dd> |
|---|
| 379 | </dl><hr></hr> |
|---|
| 380 | <a name="rows%28Range%29"></a><dl> |
|---|
| 381 | <dt> |
|---|
| 382 | |
|---|
| 383 | <code></code> |
|---|
| 384 | <code>def</code> |
|---|
| 385 | <em>rows</em>(<em>range</em> : <a href="" target="contentFrame" class="scala/Range">scala.Range</a>) : <a href="" target="contentFrame" class="scala/List">scala.List</a>[<a href="../../../jp/ryugate/apache/POI$object.Row.html" target="_self">Row</a>] |
|---|
| 386 | </dt> |
|---|
| 387 | <dd></dd> |
|---|
| 388 | </dl><hr></hr> |
|---|
| 389 | <a name="cols%28Range%29"></a><dl> |
|---|
| 390 | <dt> |
|---|
| 391 | |
|---|
| 392 | <code></code> |
|---|
| 393 | <code>def</code> |
|---|
| 394 | <em>cols</em>(<em>range</em> : <a href="" target="contentFrame" class="scala/Range">scala.Range</a>) : <a href="" target="contentFrame" class="scala/List">scala.List</a>[<a href="../../../jp/ryugate/apache/POI$object.Col.html" target="_self">Col</a>] |
|---|
| 395 | </dt> |
|---|
| 396 | <dd></dd> |
|---|
| 397 | </dl><hr></hr> |
|---|
| 398 | <a name="rowWith%28int%29"></a><dl> |
|---|
| 399 | <dt> |
|---|
| 400 | |
|---|
| 401 | <code></code> |
|---|
| 402 | <code>def</code> |
|---|
| 403 | <em>rowWith</em>(<em>num</em> : <a href="../../../scala/Int.html" target="_self">Int</a>)(<em>f</em> : (<a href="../../../jp/ryugate/apache/POI$object.Row.html" target="_self">Row</a>) => <a href="../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../scala/Unit.html" target="_self">Unit</a> |
|---|
| 404 | </dt> |
|---|
| 405 | <dd></dd> |
|---|
| 406 | </dl><hr></hr> |
|---|
| 407 | <a name="colWith%28int%29"></a><dl> |
|---|
| 408 | <dt> |
|---|
| 409 | |
|---|
| 410 | <code></code> |
|---|
| 411 | <code>def</code> |
|---|
| 412 | <em>colWith</em>(<em>num</em> : <a href="../../../scala/Int.html" target="_self">Int</a>)(<em>f</em> : (<a href="../../../jp/ryugate/apache/POI$object.Col.html" target="_self">Col</a>) => <a href="../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../scala/Unit.html" target="_self">Unit</a> |
|---|
| 413 | </dt> |
|---|
| 414 | <dd></dd> |
|---|
| 415 | </dl><hr></hr> |
|---|
| 416 | <a name="eachRows%28int*%29"></a><dl> |
|---|
| 417 | <dt> |
|---|
| 418 | |
|---|
| 419 | <code></code> |
|---|
| 420 | <code>def</code> |
|---|
| 421 | <em>eachRows</em>(<em>rowIdxs</em> : <a href="../../../scala/Int.html" target="_self">Int</a>*)(<em>f</em> : (<a href="../../../jp/ryugate/apache/POI$object.Row.html" target="_self">Row</a>) => <a href="../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../scala/Unit.html" target="_self">Unit</a> |
|---|
| 422 | </dt> |
|---|
| 423 | <dd></dd> |
|---|
| 424 | </dl><hr></hr> |
|---|
| 425 | <a name="eachCols%28int*%29"></a><dl> |
|---|
| 426 | <dt> |
|---|
| 427 | |
|---|
| 428 | <code></code> |
|---|
| 429 | <code>def</code> |
|---|
| 430 | <em>eachCols</em>(<em>colIdxs</em> : <a href="../../../scala/Int.html" target="_self">Int</a>*)(<em>f</em> : (<a href="../../../jp/ryugate/apache/POI$object.Col.html" target="_self">Col</a>) => <a href="../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../scala/Unit.html" target="_self">Unit</a> |
|---|
| 431 | </dt> |
|---|
| 432 | <dd></dd> |
|---|
| 433 | </dl><hr></hr> |
|---|
| 434 | <a name="eachRows%28Range%29"></a><dl> |
|---|
| 435 | <dt> |
|---|
| 436 | |
|---|
| 437 | <code></code> |
|---|
| 438 | <code>def</code> |
|---|
| 439 | <em>eachRows</em>(<em>range</em> : <a href="" target="contentFrame" class="scala/Range">scala.Range</a>)(<em>f</em> : (<a href="../../../jp/ryugate/apache/POI$object.Row.html" target="_self">Row</a>) => <a href="../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../scala/Unit.html" target="_self">Unit</a> |
|---|
| 440 | </dt> |
|---|
| 441 | <dd></dd> |
|---|
| 442 | </dl><hr></hr> |
|---|
| 443 | <a name="eachCols%28Range%29"></a><dl> |
|---|
| 444 | <dt> |
|---|
| 445 | |
|---|
| 446 | <code></code> |
|---|
| 447 | <code>def</code> |
|---|
| 448 | <em>eachCols</em>(<em>range</em> : <a href="" target="contentFrame" class="scala/Range">scala.Range</a>)(<em>f</em> : (<a href="../../../jp/ryugate/apache/POI$object.Col.html" target="_self">Col</a>) => <a href="../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../scala/Unit.html" target="_self">Unit</a> |
|---|
| 449 | </dt> |
|---|
| 450 | <dd></dd> |
|---|
| 451 | </dl><hr></hr> |
|---|
| 452 | <a name="eachRowsWithIndex%28int*%29"></a><dl> |
|---|
| 453 | <dt> |
|---|
| 454 | |
|---|
| 455 | <code></code> |
|---|
| 456 | <code>def</code> |
|---|
| 457 | <em>eachRowsWithIndex</em>(<em>idxs</em> : <a href="../../../scala/Int.html" target="_self">Int</a>*)(<em>f</em> : (<a href="../../../jp/ryugate/apache/POI$object.Row.html" target="_self">Row</a>, <a href="../../../scala/Int.html" target="_self">Int</a>) => <a href="../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../scala/Unit.html" target="_self">Unit</a> |
|---|
| 458 | </dt> |
|---|
| 459 | <dd></dd> |
|---|
| 460 | </dl><hr></hr> |
|---|
| 461 | <a name="eachColsWithIndex%28int*%29"></a><dl> |
|---|
| 462 | <dt> |
|---|
| 463 | |
|---|
| 464 | <code></code> |
|---|
| 465 | <code>def</code> |
|---|
| 466 | <em>eachColsWithIndex</em>(<em>idxs</em> : <a href="../../../scala/Int.html" target="_self">Int</a>*)(<em>f</em> : (<a href="../../../jp/ryugate/apache/POI$object.Col.html" target="_self">Col</a>, <a href="../../../scala/Int.html" target="_self">Int</a>) => <a href="../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../scala/Unit.html" target="_self">Unit</a> |
|---|
| 467 | </dt> |
|---|
| 468 | <dd></dd> |
|---|
| 469 | </dl><hr></hr> |
|---|
| 470 | <a name="eachRowsWithIndex%28Range%29"></a><dl> |
|---|
| 471 | <dt> |
|---|
| 472 | |
|---|
| 473 | <code></code> |
|---|
| 474 | <code>def</code> |
|---|
| 475 | <em>eachRowsWithIndex</em>(<em>range</em> : <a href="" target="contentFrame" class="scala/Range">scala.Range</a>)(<em>f</em> : (<a href="../../../jp/ryugate/apache/POI$object.Row.html" target="_self">Row</a>, <a href="../../../scala/Int.html" target="_self">Int</a>) => <a href="../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../scala/Unit.html" target="_self">Unit</a> |
|---|
| 476 | </dt> |
|---|
| 477 | <dd></dd> |
|---|
| 478 | </dl><hr></hr> |
|---|
| 479 | <a name="eachColsWithIndex%28Range%29"></a><dl> |
|---|
| 480 | <dt> |
|---|
| 481 | |
|---|
| 482 | <code></code> |
|---|
| 483 | <code>def</code> |
|---|
| 484 | <em>eachColsWithIndex</em>(<em>range</em> : <a href="" target="contentFrame" class="scala/Range">scala.Range</a>)(<em>f</em> : (<a href="../../../jp/ryugate/apache/POI$object.Col.html" target="_self">Col</a>, <a href="../../../scala/Int.html" target="_self">Int</a>) => <a href="../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../scala/Unit.html" target="_self">Unit</a> |
|---|
| 485 | </dt> |
|---|
| 486 | <dd></dd> |
|---|
| 487 | </dl><hr></hr> |
|---|
| 488 | <a name="each%28%28jp.ryugate.apache.POI.Row%29%3D%3EUnit%29"></a><dl> |
|---|
| 489 | <dt> |
|---|
| 490 | |
|---|
| 491 | <code></code> |
|---|
| 492 | <code>def</code> |
|---|
| 493 | <em>each</em>(<em>f</em> : (<a href="../../../jp/ryugate/apache/POI$object.Row.html" target="_self">Row</a>) => <a href="../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../scala/Unit.html" target="_self">Unit</a> |
|---|
| 494 | </dt> |
|---|
| 495 | <dd></dd> |
|---|
| 496 | </dl><hr></hr> |
|---|
| 497 | <a name="createRow%28int%29"></a><dl> |
|---|
| 498 | <dt> |
|---|
| 499 | |
|---|
| 500 | <code></code> |
|---|
| 501 | <code>def</code> |
|---|
| 502 | <em>createRow</em>(<em>rownum</em> : <a href="../../../scala/Int.html" target="_self">Int</a>) : <a href="../../../jp/ryugate/apache/POI$object.Row.html" target="_self">Row</a> |
|---|
| 503 | </dt> |
|---|
| 504 | <dd></dd> |
|---|
| 505 | </dl><hr></hr></div> |
|---|
| 506 | |
|---|
| 507 | |
|---|
| 508 | <hr></hr> |
|---|
| 509 | <table summary="" class="navigation"> |
|---|
| 510 | <tr> |
|---|
| 511 | <td class="navigation-links" valign="top"> |
|---|
| 512 | <!-- <table><tr></tr></table> --> |
|---|
| 513 | </td> |
|---|
| 514 | <td align="right" valign="top" style="white-space:nowrap;" rowspan="2"> |
|---|
| 515 | <div class="doctitle-larger">Scala 2</div> |
|---|
| 516 | </td> |
|---|
| 517 | </tr> |
|---|
| 518 | <tr><td></td></tr> |
|---|
| 519 | </table> |
|---|
| 520 | </body> |
|---|
| 521 | </html> |
|---|