Class: RubyXL::SheetData

Inherits:
OOXMLObject show all
Defined in:
lib/rubyXL/objects/sheet_data.rb

Overview

Instance Method Summary collapse

Methods inherited from OOXMLObject

#before_write_xml, define_attribute, define_child_node, define_element_name, #dup, #index_in_collection, #initialize, obtain_class_variable, parse, set_countable, #write_xml

Constructor Details

This class inherits a constructor from RubyXL::OOXMLObject

Instance Method Details

#[](ind) ⇒ Object



144
145
146
# File 'lib/rubyXL/objects/sheet_data.rb', line 144

def [](ind)
  rows[ind]
end

#sizeObject



148
149
150
# File 'lib/rubyXL/objects/sheet_data.rb', line 148

def size
  rows.size
end