You are here

public function SpreadsheetIteratorInterface::getColumnsCount in Migrate Spreadsheet 2.0.x

Same name and namespace in other branches
  1. 8 src/SpreadsheetIteratorInterface.php \Drupal\migrate_spreadsheet\SpreadsheetIteratorInterface::getColumnsCount()

Gets the total number of columns in the worksheet.

Return value

int The total number of columns in the worksheet.

1 method overrides SpreadsheetIteratorInterface::getColumnsCount()
SpreadsheetIterator::getColumnsCount in src/SpreadsheetIterator.php
Gets the total number of columns in the worksheet.

File

src/SpreadsheetIteratorInterface.php, line 135

Class

SpreadsheetIteratorInterface
Provides an interface for spreadsheet iterators.

Namespace

Drupal\migrate_spreadsheet

Code

public function getColumnsCount() : int;