Class: RubyXL::SheetData
- Inherits:
-
OOXMLObject
- Object
- OOXMLObject
- RubyXL::SheetData
- Defined in:
- lib/rubyXL/objects/sheet_data.rb
Overview
Instance Attribute Summary
Attributes included from OOXMLObjectInstanceMethods
Instance Method Summary collapse
Methods included from OOXMLObjectInstanceMethods
#==, #before_write_xml, included, #index_in_collection, #initialize, #write_xml
Instance Method Details
#[](ind) ⇒ Object
177 178 179 |
# File 'lib/rubyXL/objects/sheet_data.rb', line 177 def [](ind) rows[ind] end |
#size ⇒ Object
181 182 183 |
# File 'lib/rubyXL/objects/sheet_data.rb', line 181 def size rows.size end |