Method: Axlsx::PivotTable#header_cells_count
- Defined in:
- lib/axlsx/workbook/worksheet/pivot_table.rb
#header_cells_count ⇒ Integer
The number of cells in the header_cells collection
306 307 308 |
# File 'lib/axlsx/workbook/worksheet/pivot_table.rb', line 306 def header_cells_count header_cells.count end |