Class: Writexlsx::Worksheet::COLINFO

Inherits:
Struct
  • Object
show all
Defined in:
lib/write_xlsx/worksheet.rb

Instance Attribute Summary collapse

Instance Attribute Details

#autofitObject

Returns the value of attribute autofit

Returns:

  • (Object)

    the current value of autofit



27
28
29
# File 'lib/write_xlsx/worksheet.rb', line 27

def autofit
  @autofit
end

#collapsedObject

Returns the value of attribute collapsed

Returns:

  • (Object)

    the current value of collapsed



27
28
29
# File 'lib/write_xlsx/worksheet.rb', line 27

def collapsed
  @collapsed
end

#formatObject

Returns the value of attribute format

Returns:

  • (Object)

    the current value of format



27
28
29
# File 'lib/write_xlsx/worksheet.rb', line 27

def format
  @format
end

#hiddenObject

Returns the value of attribute hidden

Returns:

  • (Object)

    the current value of hidden



27
28
29
# File 'lib/write_xlsx/worksheet.rb', line 27

def hidden
  @hidden
end

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



27
28
29
# File 'lib/write_xlsx/worksheet.rb', line 27

def level
  @level
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



27
28
29
# File 'lib/write_xlsx/worksheet.rb', line 27

def width
  @width
end