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



101
102
103
# File 'lib/write_xlsx/worksheet.rb', line 101

def autofit
  @autofit
end

#collapsedObject

Returns the value of attribute collapsed

Returns:

  • (Object)

    the current value of collapsed



101
102
103
# File 'lib/write_xlsx/worksheet.rb', line 101

def collapsed
  @collapsed
end

#formatObject

Returns the value of attribute format

Returns:

  • (Object)

    the current value of format



101
102
103
# File 'lib/write_xlsx/worksheet.rb', line 101

def format
  @format
end

#hiddenObject

Returns the value of attribute hidden

Returns:

  • (Object)

    the current value of hidden



101
102
103
# File 'lib/write_xlsx/worksheet.rb', line 101

def hidden
  @hidden
end

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



101
102
103
# File 'lib/write_xlsx/worksheet.rb', line 101

def level
  @level
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



101
102
103
# File 'lib/write_xlsx/worksheet.rb', line 101

def width
  @width
end