Class: OpenXML::SpreadsheetML::Row

Inherits:
Struct
  • Object
show all
Defined in:
lib/xlsx/sheet_data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



4
5
6
# File 'lib/xlsx/sheet_data.rb', line 4

def columns
  @columns
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



4
5
6
# File 'lib/xlsx/sheet_data.rb', line 4

def index
  @index
end