Method: Axlsx::PivotTable#header_cells_count

Defined in:
lib/axlsx/workbook/worksheet/pivot_table.rb

#header_cells_countInteger

The number of cells in the header_cells collection

Returns:

  • (Integer)


306
307
308
# File 'lib/axlsx/workbook/worksheet/pivot_table.rb', line 306

def header_cells_count
  header_cells.count
end