Method: Axlsx::Cell#scheme
- Defined in:
- lib/axlsx/workbook/worksheet/cell.rb
#scheme ⇒ Symbol
The inline scheme property for the cell this must be one of [:none, major, minor]
| 241 242 243 | # File 'lib/axlsx/workbook/worksheet/cell.rb', line 241 def scheme @scheme end |