! * Returns the number of columns in the Spreadsheet. * @return The number of columns in the Spreadsheet. */
| 553 | * @return The number of columns in the Spreadsheet. |
| 554 | */ |
| 555 | int Spreadsheet::columnCount() const { |
| 556 | return childCount<Column>(); |
| 557 | } |
| 558 | |
| 559 | /*! |
| 560 | * Grows/shrinks the number of columns in the spreadsheet to \c new_size. |