Class: OpenXML::SpreadsheetML::Row
- Inherits:
-
Struct
- Object
- Struct
- OpenXML::SpreadsheetML::Row
- Defined in:
- lib/xlsx/sheet_data.rb
Instance Attribute Summary collapse
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#index ⇒ Object
Returns the value of attribute index.
Instance Attribute Details
#columns ⇒ Object
Returns the value of attribute columns
4 5 6 |
# File 'lib/xlsx/sheet_data.rb', line 4 def columns @columns end |
#index ⇒ Object
Returns the value of attribute index
4 5 6 |
# File 'lib/xlsx/sheet_data.rb', line 4 def index @index end |