Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
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: