Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250706) (a6b17d8f6bd)
|
ODS Cell abstraction. More...
Public Attributes | |
$format | |
$formula | |
array | $merge |
Contains the number of rows and columns spanned by the merged cell. | |
$type | |
$value | |
ODS Cell abstraction.
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.