Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250706) (a6b17d8f6bd)
MoodleODSCell Class Reference

ODS Cell abstraction. More...

Public Attributes

 $format
 
 $formula
 
array $merge
 Contains the number of rows and columns spanned by the merged cell.
 
 $type
 
 $value
 

Detailed Description

ODS Cell abstraction.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Data Documentation

◆ $merge

array MoodleODSCell::$merge

Contains the number of rows and columns spanned by the merged cell.

'rows' => integer, the number of rows the cell spans. 'columns' => integer, the number of columns the cell spans.


The documentation for this class was generated from the following file: