Class: Writexlsx::Worksheet::COLINFO
- Inherits:
-
Struct
- Object
- Struct
- Writexlsx::Worksheet::COLINFO
- Defined in:
- lib/write_xlsx/worksheet.rb
Instance Attribute Summary collapse
-
#autofit ⇒ Object
Returns the value of attribute autofit.
-
#collapsed ⇒ Object
Returns the value of attribute collapsed.
-
#format ⇒ Object
Returns the value of attribute format.
-
#hidden ⇒ Object
Returns the value of attribute hidden.
-
#level ⇒ Object
Returns the value of attribute level.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#autofit ⇒ Object
Returns the value of attribute autofit
27 28 29 |
# File 'lib/write_xlsx/worksheet.rb', line 27 def autofit @autofit end |
#collapsed ⇒ Object
Returns the value of attribute collapsed
27 28 29 |
# File 'lib/write_xlsx/worksheet.rb', line 27 def collapsed @collapsed end |
#format ⇒ Object
Returns the value of attribute format
27 28 29 |
# File 'lib/write_xlsx/worksheet.rb', line 27 def format @format end |
#hidden ⇒ Object
Returns the value of attribute hidden
27 28 29 |
# File 'lib/write_xlsx/worksheet.rb', line 27 def hidden @hidden end |
#level ⇒ Object
Returns the value of attribute level
27 28 29 |
# File 'lib/write_xlsx/worksheet.rb', line 27 def level @level end |
#width ⇒ Object
Returns the value of attribute width
27 28 29 |
# File 'lib/write_xlsx/worksheet.rb', line 27 def width @width end |