You are here

protected function PHPExcel_Helper_HTML::startSubscriptTag in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Helper/HTML.php \PHPExcel_Helper_HTML::startSubscriptTag()

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Helper/HTML.php, line 697

Class

PHPExcel_Helper_HTML

Code

protected function startSubscriptTag() {
  $this->subscript = true;
}