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
101 102 103 |
# File 'lib/write_xlsx/worksheet.rb', line 101 def autofit @autofit end |
#collapsed ⇒ Object
Returns the value of attribute collapsed
101 102 103 |
# File 'lib/write_xlsx/worksheet.rb', line 101 def collapsed @collapsed end |
#format ⇒ Object
Returns the value of attribute format
101 102 103 |
# File 'lib/write_xlsx/worksheet.rb', line 101 def format @format end |
#hidden ⇒ Object
Returns the value of attribute hidden
101 102 103 |
# File 'lib/write_xlsx/worksheet.rb', line 101 def hidden @hidden end |
#level ⇒ Object
Returns the value of attribute level
101 102 103 |
# File 'lib/write_xlsx/worksheet.rb', line 101 def level @level end |
#width ⇒ Object
Returns the value of attribute width
101 102 103 |
# File 'lib/write_xlsx/worksheet.rb', line 101 def width @width end |