# File lib/spreadsheet/worksheet.rb, line 234
def
row
idx
@rows
[
idx
]
||
Row
.
new
(
self
,
idx
)
end